Tray: reverted all the mitigation now that the real issue has been fixed in Quickshell.

This commit is contained in:
ItsLemmy
2025-11-15 21:01:48 -05:00
parent 3f1bcf1ae8
commit ead2b82680
2 changed files with 21 additions and 145 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ PanelWindow {
function close() {
visible = false
if (trayMenu.item) {
trayMenu.item.hideMenu(false) // Don't close window again (prevents recursion)
trayMenu.item.hideMenu()
}
}