Remove debuging value
Otherwise like of connectivity never disapear
(cherry picked from commit 1e3c3dd1f4)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user