Merge pull request #1961

632423d Dont show message on simple mode disconnect/reconnect (xmrdsc)
This commit is contained in:
luigi1111
2019-02-25 14:33:04 -06:00
4 changed files with 4 additions and 4 deletions

View File

@@ -1796,7 +1796,7 @@ ApplicationWindow {
appWindow.disconnectedEpoch = 0;
return;
}, function(){
appWindow.showStatusMessage(qsTr("Failed to fetch remote nodes from third-party server."), simpleModeConnectionTimer.interval / 1000);
console.log("Failed to fetch remote nodes from third-party server.");
});
}
}