diff --git a/src/qml/Page/RoomPage.qml b/src/qml/Page/RoomPage.qml index 45f5fa1fa..0ab328247 100644 --- a/src/qml/Page/RoomPage.qml +++ b/src/qml/Page/RoomPage.qml @@ -46,7 +46,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;