mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-09 13:57:26 -04:00
ios build settings
This commit is contained in:
@@ -59,6 +59,7 @@ ColumnLayout {
|
||||
settingsObject['account_name'] = uiItem.accountNameText
|
||||
settingsObject['words'] = uiItem.wordsTexttext
|
||||
settingsObject['wallet_path'] = uiItem.walletPath
|
||||
console.log("path " +uiItem.walletPath);
|
||||
var walletFullPath = wizard.createWalletPath(uiItem.walletPath,uiItem.accountNameText);
|
||||
return wizard.walletPathValid(walletFullPath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user