mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-24 12:39:25 +00:00
make sure wallet is closed on app close
This commit is contained in:
parent
a88c031510
commit
a7e4e341e9
1 changed files with 4 additions and 0 deletions
4
main.qml
4
main.qml
|
@ -794,4 +794,8 @@ ApplicationWindow {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
onClosing: {
|
||||||
|
walletManager.closeWallet(currentWallet);
|
||||||
|
console.log("onClosing called");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue