mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 21:04:32 +00:00
update history page after restore
This commit is contained in:
parent
2e3350c060
commit
694352c1df
1 changed files with 3 additions and 0 deletions
3
main.qml
3
main.qml
|
@ -374,6 +374,9 @@ ApplicationWindow {
|
|||
console.log("Saving wallet after first refresh");
|
||||
currentWallet.store()
|
||||
isNewWallet = false
|
||||
|
||||
// Update History
|
||||
currentWallet.history.refresh();
|
||||
}
|
||||
|
||||
// recovering from seed is finished after first refresh
|
||||
|
|
Loading…
Reference in a new issue