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 = "" } }