mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Merge pull request #127
bc4cf1e
refresh history after daemon change (Jacob Brydolf)
This commit is contained in:
commit
95fdc816ba
1 changed files with 2 additions and 0 deletions
2
main.qml
2
main.qml
|
@ -142,6 +142,8 @@ ApplicationWindow {
|
|||
function initialize() {
|
||||
console.log("initializing..")
|
||||
|
||||
walletInitialized = false;
|
||||
|
||||
// setup language
|
||||
var locale = persistentSettings.locale
|
||||
if (locale !== "") {
|
||||
|
|
Loading…
Reference in a new issue