mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
TrayMenuWindow: no relative path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user