mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
Move event controllers to widget and add them to top revealer
This commit is contained in:
@@ -44,8 +44,8 @@ class ClapperCustomButton extends Gtk.Button
|
||||
if(!this.isFullscreen)
|
||||
return;
|
||||
|
||||
const { player } = this.get_ancestor(Gtk.Grid);
|
||||
player._setHideControlsTimeout();
|
||||
const clapperWidget = this.get_ancestor(Gtk.Grid);
|
||||
clapperWidget._setHideControlsTimeout();
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user