aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.qml b/main.qml
index b3d0e528..b8545084 100644
--- a/main.qml
+++ b/main.qml
@@ -1800,7 +1800,7 @@ ApplicationWindow {
appWindow.disconnectedEpoch = 0;
return;
}, function(){
- console.log("Failed to fetch remote nodes from third-party server.");
+ appWindow.showStatusMessage(qsTr("Failed to fetch remote nodes from third-party server."), simpleModeConnectionTimer.interval / 1000);
});
}
}