Fix loading settings
This commit is contained in:
parent
bbe066a31d
commit
3f97274b4a
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ Kirigami.ApplicationWindow {
|
|||
text: i18n("Settings")
|
||||
icon.name: "settings-configure"
|
||||
Layout.fillWidth: true
|
||||
onClicked: pageStack.pushDialogLayer('qrc:/qml/Settings.qml', {}, {
|
||||
onClicked: pageStack.pushDialogLayer(Qt.resolvedUrl("Settings.qml"), {}, {
|
||||
title: i18n("Settings"),
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue