TrayMenu: commented out until we figure why it does not work with the latest quickshell-git commits

This commit is contained in:
ItsLemmy
2025-11-15 15:55:59 -05:00
parent c730ac4f34
commit 3685b8c9f7
+12 -12
View File
@@ -84,19 +84,19 @@ Variants {
}
}
// TrayMenuWindow - separate window for tray context menus
// This must be a top-level PanelWindow.
Loader {
active: parent.windowLoaded && parent.shouldBeActive
asynchronous: false
// // 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
}
// sourceComponent: TrayMenuWindow {
// screen: modelData
// }
onLoaded: {
Logger.d("Shell", "TrayMenuWindow created for", modelData?.name)
}
}
// onLoaded: {
// Logger.d("Shell", "TrayMenuWindow created for", modelData?.name)
// }
// }
}
}