mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-11 13:24:33 +00:00
Merge pull request #537
694352c
update history page after restore (Jaquee)
This commit is contained in:
commit
05c15930c3
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