Immediately display connect errors in the login page
This is using a Kirigami.InlineMessage component.
This commit is contained in:
@@ -151,7 +151,7 @@ Kirigami.ApplicationWindow {
|
||||
pageStack.replace("qrc:/imports/NeoChat/Page/LoginPage.qml")
|
||||
}
|
||||
|
||||
onErrorOccured: showPassiveNotification(error + ": " + detail)
|
||||
onGlobalErrorOccured: showPassiveNotification(error + ": " + detail)
|
||||
}
|
||||
|
||||
RoomListModel {
|
||||
|
||||
Reference in New Issue
Block a user