mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 12:30:10 +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
|
// close wallet and show wizard
|
||||||
function showWizard(){
|
function showWizard(){
|
||||||
|
walletInitialized = false;
|
||||||
splashCounter = 0;
|
splashCounter = 0;
|
||||||
walletManager.closeWallet(currentWallet);
|
walletManager.closeWallet(currentWallet);
|
||||||
wizard.restart();
|
wizard.restart();
|
||||||
|
|
Loading…
Reference in a new issue