diff --git a/Modules/SidePanel/Cards/ProfileCard.qml b/Modules/SidePanel/Cards/ProfileCard.qml index ee4b1c6..9d7f638 100644 --- a/Modules/SidePanel/Cards/ProfileCard.qml +++ b/Modules/SidePanel/Cards/ProfileCard.qml @@ -61,7 +61,7 @@ NBox { icon: "settings" onClicked: function () { if (!root.settingsWindow) { - const comp = Qt.createComponent("../Settings/SettingsWindow.qml") + const comp = Qt.createComponent("../../Settings/SettingsWindow.qml") if (comp.status === Component.Ready) { root.settingsWindow = comp.createObject(root) } else {