mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Do not block closing OSD when popover opened in windowed mode
This commit is contained in:
@@ -139,10 +139,10 @@ class ClapperPopoverButtonBase extends Gtk.ToggleButton
|
|||||||
|
|
||||||
const clapperWidget = this.get_ancestor(Gtk.Grid);
|
const clapperWidget = this.get_ancestor(Gtk.Grid);
|
||||||
|
|
||||||
if(this.isFullscreen)
|
if(this.isFullscreen) {
|
||||||
clapperWidget.revealControls();
|
clapperWidget.revealControls();
|
||||||
|
clapperWidget.isPopoverOpen = true;
|
||||||
clapperWidget.isPopoverOpen = true;
|
}
|
||||||
|
|
||||||
this.popover.popup();
|
this.popover.popup();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user