Really fix LoginPage

This commit is contained in:
Tobias Fella
2020-11-11 14:40:03 +01:00
parent 2e711691ae
commit 5a3ea6a4ca

View File

@@ -91,7 +91,7 @@ Kirigami.ApplicationWindow {
onConnectionDropped: { onConnectionDropped: {
if(Controller.accountCount === 0) if(Controller.accountCount === 0)
pageStack.replace("qrc:/qml/LoginPage.qml") pageStack.replace("qrc:/imports/NeoChat/Page/LoginPage.qml")
} }
onErrorOccured: showPassiveNotification(error + ": " + detail) onErrorOccured: showPassiveNotification(error + ": " + detail)