Taskbar: fix context menu closing for niri

This commit is contained in:
Ly-sec
2025-12-12 14:27:41 +01:00
parent 764299e4e7
commit 5f0a34314a
+5
View File
@@ -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();
}
}
}