Immediately display connect errors in the login page

This is using a Kirigami.InlineMessage component.
This commit is contained in:
Carl Schwan
2020-11-22 11:02:56 +01:00
parent 4bfbca75d8
commit 8f358b7680
4 changed files with 31 additions and 6 deletions

View File

@@ -151,7 +151,7 @@ Kirigami.ApplicationWindow {
pageStack.replace("qrc:/imports/NeoChat/Page/LoginPage.qml")
}
onErrorOccured: showPassiveNotification(error + ": " + detail)
onGlobalErrorOccured: showPassiveNotification(error + ": " + detail)
}
RoomListModel {