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