Merge pull request #1981

3f0241a Revert 'Dont show message on simple mode disconnect/reconnect' (selsta)
This commit is contained in:
luigi1111
2019-03-01 02:36:05 -06:00
4 changed files with 4 additions and 4 deletions

View File

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