From 91f098071dbf7ed5c55102a92adce487a6fd5b81 Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Sat, 15 Nov 2025 16:25:12 -0500 Subject: [PATCH] TrayMenuWindow: no relative path --- Modules/MainScreen/TrayMenuWindow.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/MainScreen/TrayMenuWindow.qml b/Modules/MainScreen/TrayMenuWindow.qml index de839e45..4625ff7c 100644 --- a/Modules/MainScreen/TrayMenuWindow.qml +++ b/Modules/MainScreen/TrayMenuWindow.qml @@ -53,7 +53,7 @@ PanelWindow { Loader { id: trayMenu - source: "../Bar/Extras/TrayMenu.qml" + source: Quickshell.shellDir + "/Modules/Bar/Extras/TrayMenu.qml" onLoaded: { if (item) { item.screen = root.screen