mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-11 05:14:34 +00:00
refresh history after daemon change
This commit is contained in:
parent
c9bb2f5718
commit
bc4cf1eee9
1 changed files with 2 additions and 0 deletions
2
main.qml
2
main.qml
|
@ -141,6 +141,8 @@ ApplicationWindow {
|
|||
function initialize() {
|
||||
console.log("initializing..")
|
||||
|
||||
walletInitialized = false;
|
||||
|
||||
// setup language
|
||||
var locale = persistentSettings.locale
|
||||
if (locale !== "") {
|
||||
|
|
Loading…
Reference in a new issue