diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-03-01 02:36:05 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-03-01 02:36:05 -0600 |
| commit | 5ce689972ecbb71057ea0f1814cf11e367f937dc (patch) | |
| tree | fb6ce125b9ef0243871abfe70f306a8002d58194 /wizard/WizardCreateWallet2.qml | |
| parent | f7ac041b4e21ad6c23f1d6c800b520e5f3512294 (diff) | |
| parent | 3f0241a039182ddfd5559d79b9c31b9484ccb42e (diff) | |
| download | monzero-gui-5ce689972ecbb71057ea0f1814cf11e367f937dc.tar.gz monzero-gui-5ce689972ecbb71057ea0f1814cf11e367f937dc.tar.xz monzero-gui-5ce689972ecbb71057ea0f1814cf11e367f937dc.zip | |
Merge pull request #1981
3f0241a Revert 'Dont show message on simple mode disconnect/reconnect' (selsta)
Diffstat (limited to 'wizard/WizardCreateWallet2.qml')
| -rw-r--r-- | wizard/WizardCreateWallet2.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
