From 3f0241a039182ddfd5559d79b9c31b9484ccb42e Mon Sep 17 00:00:00 2001 From: selsta Date: Thu, 28 Feb 2019 13:08:41 +0100 Subject: Revert "Dont show message on simple mode disconnect/reconnect" This reverts commit 632423da07a16b3131fd5427aa19d2608538c683. --- 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 75f6e63d..6a3d3284 100644 --- a/wizard/WizardCreateWallet2.qml +++ b/wizard/WizardCreateWallet2.qml @@ -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 { -- cgit v1.2.3