mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Taskbar: fix context menu closing for niri
This commit is contained in:
@@ -366,6 +366,11 @@ Rectangle {
|
||||
}
|
||||
selectedWindow = null;
|
||||
selectedAppName = "";
|
||||
// Close the popup menu window after handling the action
|
||||
var popupMenuWindow = PanelService.getPopupMenuWindow(screen);
|
||||
if (popupMenuWindow) {
|
||||
popupMenuWindow.close();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user