diff --git a/src/qml/Page/RoomPage.qml b/src/qml/Page/RoomPage.qml index bb4430a6a..400211a22 100644 --- a/src/qml/Page/RoomPage.qml +++ b/src/qml/Page/RoomPage.qml @@ -38,7 +38,7 @@ Kirigami.Page { Connections { target: Controller function onIsOnlineChanged() { - if (true || !Controller.isOnline) { + if (!Controller.isOnline) { banner.text = i18n("NeoChat is offline. Please check your network connection."); banner.visible = true; banner.type = Kirigami.MessageType.Error;