mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +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");
|
console.log("Saving wallet after first refresh");
|
||||||
currentWallet.store()
|
currentWallet.store()
|
||||||
isNewWallet = false
|
isNewWallet = false
|
||||||
|
|
||||||
|
// Update History
|
||||||
|
currentWallet.history.refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
// recovering from seed is finished after first refresh
|
// recovering from seed is finished after first refresh
|
||||||
|
|
Loading…
Reference in a new issue