aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
Diffstat (limited to 'wizard')
-rw-r--r--wizard/WizardHome.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/wizard/WizardHome.qml b/wizard/WizardHome.qml
index 35ba9239..b49fda15 100644
--- a/wizard/WizardHome.qml
+++ b/wizard/WizardHome.qml
@@ -213,6 +213,7 @@ Rectangle {
}
appWindow.disconnectRemoteNode()
networkTypeDropdown.currentIndex = Qt.binding(function() { return persistentSettings.nettype });
+ persistentSettings.wallet_path = ""
}
}