From 632423da07a16b3131fd5427aa19d2608538c683 Mon Sep 17 00:00:00 2001 From: dsc Date: Mon, 25 Feb 2019 16:07:03 +0100 Subject: Dont show message on simple mode disconnect/reconnect --- wizard/WizardCreateWallet2.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizard/WizardCreateWallet2.qml') diff --git a/wizard/WizardCreateWallet2.qml b/wizard/WizardCreateWallet2.qml index 3e304f90..92e8f5b1 100644 --- a/wizard/WizardCreateWallet2.qml +++ b/wizard/WizardCreateWallet2.qml @@ -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 { -- cgit v1.2.3