forked from Public/monero-gui
Merge pull request #228
f41a842 Wizard: fix wrong wallet loaded in open from file (mochaccinuh)
This commit is contained in:
@@ -128,6 +128,11 @@ Rectangle {
|
||||
|
||||
function openOpenWalletPage() {
|
||||
console.log("open wallet from file page");
|
||||
if (typeof wizard.settings['wallet'] !== 'undefined') {
|
||||
settings.wallet.destroy();
|
||||
delete wizard.settings['wallet'];
|
||||
}
|
||||
|
||||
wizard.openWalletFromFileClicked();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user