Really fix LoginPage
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user