diff options
| author | Ilya Kitaev <mbg033@gmail.com> | 2016-06-10 16:41:13 +0300 |
|---|---|---|
| committer | Ilya Kitaev <mbg033@gmail.com> | 2016-06-10 16:41:13 +0300 |
| commit | fd50e6f9a3bc445cb3c0d21b7a0f584e95b44450 (patch) | |
| tree | e942ec37af313d0e51a2f7f7eca8f45ff834b679 /wizard/WizardManageWalletUI.qml | |
| parent | 5c10be325103d668884fc5e463aaa59c726d4f8e (diff) | |
| download | monzero-gui-fd50e6f9a3bc445cb3c0d21b7a0f584e95b44450.tar.gz monzero-gui-fd50e6f9a3bc445cb3c0d21b7a0f584e95b44450.tar.xz monzero-gui-fd50e6f9a3bc445cb3c0d21b7a0f584e95b44450.zip | |
new wallet wizard: wallet created in temporary directory and moved to
the destination at the final step
Diffstat (limited to 'wizard/WizardManageWalletUI.qml')
| -rw-r--r-- | wizard/WizardManageWalletUI.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardManageWalletUI.qml b/wizard/WizardManageWalletUI.qml index ce035f0a..58f4e59a 100644 --- a/wizard/WizardManageWalletUI.qml +++ b/wizard/WizardManageWalletUI.qml @@ -206,7 +206,7 @@ Item { verticalAlignment: Text.AlignVCenter selectByMouse: true - text: moneroAccountsDir + "/My Wallet" + text: moneroAccountsDir + "/" onFocusChanged: { if(focus) { fileDialog.folder = text |
