Fix wrong path to AccountsPage

This commit is contained in:
Carl Schwan
2020-11-09 11:41:23 +01:00
parent 122a7cdd2f
commit e95689055b
2 changed files with 2 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ Kirigami.ApplicationWindow {
Kirigami.Action {
text: i18n("Accounts")
iconName: "im-user"
onTriggered: pageStack.layers.push("qrc:/qml/AccountsPage.qml")
onTriggered: pageStack.layers.push("qrc:/imports/NeoChat/Page/AccountsPage.qml")
enabled: pageStack.layers.currentItem.title !== i18n("Accounts")
}
]

View File

@@ -8,6 +8,7 @@
<file>imports/NeoChat/Page/LoadingPage.qml</file>
<file>imports/NeoChat/Page/RoomListPage.qml</file>
<file>imports/NeoChat/Page/RoomPage.qml</file>
<file>imports/NeoChat/Page/AccountsPage.qml</file>
<file>imports/NeoChat/Component/qmldir</file>
<file>imports/NeoChat/Component/ChatTextInput.qml</file>
<file>imports/NeoChat/Component/AutoMouseArea.qml</file>