mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-08 15:27:28 +00:00
Fix settings not opening
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user