aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardMain.qml
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2016-12-08 15:37:16 +0100
committerJaquee <jaquee.monero@gmail.com>2016-12-08 15:37:16 +0100
commit6ca4e05167ce64f746e92254baecc80c76ef7782 (patch)
treec6f529c217b6d903e3689dc113beac2a29b4b3dd /wizard/WizardMain.qml
parent26abdee5c47017a80117b1bed5ee36586a240c62 (diff)
downloadmonzero-gui-6ca4e05167ce64f746e92254baecc80c76ef7782.tar.gz
monzero-gui-6ca4e05167ce64f746e92254baecc80c76ef7782.tar.xz
monzero-gui-6ca4e05167ce64f746e92254baecc80c76ef7782.zip
wizard: Reset password and account name fields on wizard restart
Diffstat (limited to 'wizard/WizardMain.qml')
-rw-r--r--wizard/WizardMain.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/wizard/WizardMain.qml b/wizard/WizardMain.qml
index 446d7720..664917fd 100644
--- a/wizard/WizardMain.qml
+++ b/wizard/WizardMain.qml
@@ -49,6 +49,7 @@ Rectangle {
property string currentPath: "create_wallet"
property var pages: paths[currentPath]
+ signal wizardRestarted();
signal useMoneroClicked()
signal openWalletFromFileClicked()
border.color: "#DBDBDB"
@@ -60,6 +61,7 @@ Rectangle {
wizard.settings = ({})
wizard.currentPath = "create_wallet"
wizard.pages = paths[currentPath]
+ wizardRestarted();
//hide all pages except first
for (var i = 1; i < wizard.pages.length; i++){