mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
MainScreen+SmartPanel: Allow click on the bar when a panel is open.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user