Revert "Dont show message on simple mode disconnect/reconnect"

This reverts commit 632423da07.
This commit is contained in:
selsta
2019-02-28 13:08:41 +01:00
parent 07df0f41bf
commit 3f0241a039
4 changed files with 4 additions and 4 deletions

View File

@@ -1796,7 +1796,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);
});
}
}