mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-08 20:09:48 +00:00
refresh transaction history on wallet change
This commit is contained in:
parent
fd67c61bf2
commit
6b7adbce1b
1 changed files with 1 additions and 1 deletions
2
main.qml
2
main.qml
|
@ -436,7 +436,7 @@ ApplicationWindow {
|
|||
|
||||
// close wallet and show wizard
|
||||
function showWizard(){
|
||||
|
||||
walletInitialized = false;
|
||||
splashCounter = 0;
|
||||
walletManager.closeWallet(currentWallet);
|
||||
wizard.restart();
|
||||
|
|
Loading…
Reference in a new issue