mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 21:04:32 +00:00
Merge pull request #228
f41a842
Wizard: fix wrong wallet loaded in open from file (mochaccinuh)
This commit is contained in:
commit
e38bd69dcc
1 changed files with 5 additions and 0 deletions
|
@ -128,6 +128,11 @@ Rectangle {
|
||||||
|
|
||||||
function openOpenWalletPage() {
|
function openOpenWalletPage() {
|
||||||
console.log("open wallet from file page");
|
console.log("open wallet from file page");
|
||||||
|
if (typeof wizard.settings['wallet'] !== 'undefined') {
|
||||||
|
settings.wallet.destroy();
|
||||||
|
delete wizard.settings['wallet'];
|
||||||
|
}
|
||||||
|
|
||||||
wizard.openWalletFromFileClicked();
|
wizard.openWalletFromFileClicked();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue