From 0a20bf2b7b30245f2a9a5b9711625563c9b1eb5d Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Tue, 10 Nov 2020 13:47:27 +0100 Subject: [PATCH] Fix regression in accounts page --- imports/NeoChat/Page/AccountsPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imports/NeoChat/Page/AccountsPage.qml b/imports/NeoChat/Page/AccountsPage.qml index 48d3640bd..8098eebec 100644 --- a/imports/NeoChat/Page/AccountsPage.qml +++ b/imports/NeoChat/Page/AccountsPage.qml @@ -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 {