diff options
| author | Ilya Kitaev <mbg033@gmail.com> | 2016-06-14 16:09:14 +0300 |
|---|---|---|
| committer | Ilya Kitaev <mbg033@gmail.com> | 2016-06-14 16:09:14 +0300 |
| commit | 1eac46ae734d31df568cf0f51dd1d5b7e7244cdc (patch) | |
| tree | 897d58bf18b8265d12bf09d2397dd2f98e74b59b /wizard/WizardCreateWallet.qml | |
| parent | b7787dc6704ee8395ba20adf0f09af6fc3eb9f8a (diff) | |
| download | monzero-gui-1eac46ae734d31df568cf0f51dd1d5b7e7244cdc.tar.gz monzero-gui-1eac46ae734d31df568cf0f51dd1d5b7e7244cdc.tar.xz monzero-gui-1eac46ae734d31df568cf0f51dd1d5b7e7244cdc.zip | |
"new wallet" and "recovery wallet" flows are implemented using libwallet
api
Diffstat (limited to 'wizard/WizardCreateWallet.qml')
| -rw-r--r-- | wizard/WizardCreateWallet.qml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/wizard/WizardCreateWallet.qml b/wizard/WizardCreateWallet.qml index 2332dd5c..0aad0052 100644 --- a/wizard/WizardCreateWallet.qml +++ b/wizard/WizardCreateWallet.qml @@ -46,10 +46,7 @@ Item { settingsObject['account_name'] = uiItem.accountNameText settingsObject['words'] = uiItem.wordsTexttext settingsObject['wallet_path'] = uiItem.walletPath - - // put wallet files to the subdirectory with the same name as - // wallet name - + return true; } //! function called each time we hide this page |
