diff options
| author | selsta <selsta@sent.at> | 2019-02-28 13:08:41 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-02-28 13:08:41 +0100 |
| commit | 3f0241a039182ddfd5559d79b9c31b9484ccb42e (patch) | |
| tree | b1b44690ed58de671b719bccd715cd154f942483 /wizard/WizardRestoreWallet2.qml | |
| parent | 07df0f41bf8d5f735480289854f08f9e19356d39 (diff) | |
| download | monzero-gui-3f0241a039182ddfd5559d79b9c31b9484ccb42e.tar.gz monzero-gui-3f0241a039182ddfd5559d79b9c31b9484ccb42e.tar.xz monzero-gui-3f0241a039182ddfd5559d79b9c31b9484ccb42e.zip | |
Revert "Dont show message on simple mode disconnect/reconnect"
This reverts commit 632423da07a16b3131fd5427aa19d2608538c683.
Diffstat (limited to 'wizard/WizardRestoreWallet2.qml')
| -rw-r--r-- | wizard/WizardRestoreWallet2.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardRestoreWallet2.qml b/wizard/WizardRestoreWallet2.qml index 017c1411..bf569cdf 100644 --- a/wizard/WizardRestoreWallet2.qml +++ b/wizard/WizardRestoreWallet2.qml @@ -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 { |
