mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 03:42:05 +02:00
Merge pull request #1966
d3400db
wizardController: cleanup restart variables (mmbyday)
This commit is contained in:
commit
c2091e3a33
@ -51,6 +51,9 @@ Rectangle {
|
|||||||
wizardController.walletOptionsLocation = '';
|
wizardController.walletOptionsLocation = '';
|
||||||
wizardController.walletOptionsPassword = '';
|
wizardController.walletOptionsPassword = '';
|
||||||
wizardController.walletOptionsSeed = '';
|
wizardController.walletOptionsSeed = '';
|
||||||
|
wizardController.walletOptionsRecoverAddress = ''
|
||||||
|
wizardController.walletOptionsRecoverViewkey = ''
|
||||||
|
wizardController.walletOptionsRecoverSpendkey = ''
|
||||||
wizardController.walletOptionsBackup = '';
|
wizardController.walletOptionsBackup = '';
|
||||||
wizardController.walletRestoreMode = 'seed';
|
wizardController.walletRestoreMode = 'seed';
|
||||||
wizardController.walletOptionsRestoreHeight = 0;
|
wizardController.walletOptionsRestoreHeight = 0;
|
||||||
@ -59,9 +62,8 @@ Rectangle {
|
|||||||
wizardController.walletOptionsDeviceName = '';
|
wizardController.walletOptionsDeviceName = '';
|
||||||
wizardController.tmpWalletFilename = '';
|
wizardController.tmpWalletFilename = '';
|
||||||
wizardController.walletRestoreMode = 'seed'
|
wizardController.walletRestoreMode = 'seed'
|
||||||
wizardController.walletOptionsSubaddressLookahead = "";
|
wizardController.walletOptionsSubaddressLookahead = '';
|
||||||
wizardController.remoteNodes = {};
|
wizardController.remoteNodes = {};
|
||||||
wizardController.walletOptionsIsRecoveringFromDevice = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
property var m_wallet;
|
property var m_wallet;
|
||||||
|
Loading…
Reference in New Issue
Block a user