Tray: fix for hyprland (untested)

This commit is contained in:
ItsLemmy
2025-11-11 13:35:35 -05:00
parent 093b32803b
commit 8aa4254d57
6 changed files with 145 additions and 61 deletions
+15
View File
@@ -83,5 +83,20 @@ Variants {
Logger.d("Shell", "BarExclusionZone created for", modelData?.name)
}
}
// TrayMenuWindow - separate window for tray context menus
// This must be a top-level PanelWindow.
Loader {
active: parent.windowLoaded && parent.shouldBeActive
asynchronous: false
sourceComponent: TrayMenuWindow {
screen: modelData
}
onLoaded: {
Logger.d("Shell", "TrayMenuWindow created for", modelData?.name)
}
}
}
}