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

@@ -75,7 +75,7 @@ Rectangle {
wizardController.fetchRemoteNodes(function(){
wizardStateView.state = "wizardCreateWallet4";
}, function(){
console.log("Failed to fetch remote nodes from third-party server.");
appWindow.showStatusMessage(qsTr("Failed to fetch remote nodes from third-party server."), 5);
wizardStateView.state = "wizardCreateWallet4";
});
} else {

View File

@@ -198,7 +198,7 @@ Rectangle {
wizardController.fetchRemoteNodes(function(){
wizardController.openWalletFile(moneroAccountsDir + "/" + fileName + "/" + fileName + ".keys");
}, function(){
console.log("Failed to fetch remote nodes from third-party server.");
appWindow.showStatusMessage(qsTr("Failed to fetch remote nodes from third-party server."), 5);
wizardController.openWalletFile(moneroAccountsDir + "/" + fileName + "/" + fileName + ".keys");
});
} else {

View File

@@ -74,7 +74,7 @@ Rectangle {
wizardController.fetchRemoteNodes(function(){
wizardStateView.state = "wizardRestoreWallet4";
}, function(){
console.log("Failed to fetch remote nodes from third-party server.");
appWindow.showStatusMessage(qsTr("Failed to fetch remote nodes from third-party server."), 5);
wizardStateView.state = "wizardRestoreWallet4";
});
} else {