mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 23:07:25 -04:00
Dont show message on simple mode disconnect/reconnect
This commit is contained in:
@@ -73,7 +73,7 @@ Rectangle {
|
||||
wizardController.fetchRemoteNodes(function(){
|
||||
wizardStateView.state = "wizardCreateWallet4";
|
||||
}, function(){
|
||||
appWindow.showStatusMessage(qsTr("Failed to fetch remote nodes from third-party server."), 5);
|
||||
console.log("Failed to fetch remote nodes from third-party server.");
|
||||
wizardStateView.state = "wizardCreateWallet4";
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user