Fix regression in accounts page

This commit is contained in:
Carl Schwan
2020-11-10 13:47:27 +01:00
parent 82768b4cc5
commit 0a20bf2b7b

View File

@@ -74,7 +74,7 @@ Kirigami.ScrollablePage {
actions.main: Kirigami.Action {
text: i18n("Add an account")
iconName: "list-add-user"
onTriggered: pageStack.layers.push("qrc:/qml/LoginPage.qml")
onTriggered: pageStack.layers.push("qrc:/imports/NeoChat/Page/LoginPage.qml")
}
Kirigami.OverlaySheet {