mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Fix volume button icon and window key events
This commit is contained in:
@@ -17,6 +17,10 @@ var Window = GObject.registerClass({
|
||||
destroy_with_parent: true,
|
||||
});
|
||||
this.isFullscreen = false;
|
||||
|
||||
this.keyController = new Gtk.EventControllerKey();
|
||||
this.add_controller(this.keyController);
|
||||
|
||||
this.mapSignal = this.connect('map', this._onMap.bind(this));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user