MainScreen+SmartPanel: Allow click on the bar when a panel is open.

This commit is contained in:
ItsLemmy
2025-11-14 20:26:05 -05:00
parent 312d1b6d22
commit edef856895
3 changed files with 19 additions and 17 deletions
+5
View File
@@ -41,6 +41,11 @@ Singleton {
isPending = true
hasActiveRecording = false
// Close any opened panel
if ((PanelService.openedPanel !== null) && !PanelService.openedPanel.isClosing) {
PanelService.openedPanel.close()
}
// First, ensure xdg-desktop-portal and a compositor portal are running
portalCheckProcess.exec({
"command": ["sh", "-c", // require core portal AND one of the backends