mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Fix settings not opening
This commit is contained in:
@@ -61,7 +61,7 @@ NBox {
|
|||||||
icon: "settings"
|
icon: "settings"
|
||||||
onClicked: function () {
|
onClicked: function () {
|
||||||
if (!root.settingsWindow) {
|
if (!root.settingsWindow) {
|
||||||
const comp = Qt.createComponent("../Settings/SettingsWindow.qml")
|
const comp = Qt.createComponent("../../Settings/SettingsWindow.qml")
|
||||||
if (comp.status === Component.Ready) {
|
if (comp.status === Component.Ready) {
|
||||||
root.settingsWindow = comp.createObject(root)
|
root.settingsWindow = comp.createObject(root)
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user