mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +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);
|
||||
|
||||
if(this.isFullscreen)
|
||||
if(this.isFullscreen) {
|
||||
clapperWidget.revealControls();
|
||||
|
||||
clapperWidget.isPopoverOpen = true;
|
||||
clapperWidget.isPopoverOpen = true;
|
||||
}
|
||||
|
||||
this.popover.popup();
|
||||
}
|
||||
|
Reference in New Issue
Block a user