forked from Public/monero-gui
new wallet wizard: wallet created in temporary directory and moved to
the destination at the final step
This commit is contained in:
@@ -206,7 +206,7 @@ Item {
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
selectByMouse: true
|
||||
|
||||
text: moneroAccountsDir + "/My Wallet"
|
||||
text: moneroAccountsDir + "/"
|
||||
onFocusChanged: {
|
||||
if(focus) {
|
||||
fileDialog.folder = text
|
||||
|
||||
Reference in New Issue
Block a user