diff options
| author | Jacob Brydolf <jacob@brydolf.net> | 2016-11-07 11:27:53 +0100 |
|---|---|---|
| committer | Jacob Brydolf <jacob@brydolf.net> | 2016-11-07 11:34:38 +0100 |
| commit | bc4cf1eee98ea3024590d37045e4d077975c20cb (patch) | |
| tree | 9ae0c727bea786aa4487f15156f39a8b01fc77eb | |
| parent | c9bb2f571895edb6a01ca5528c944d09bc222823 (diff) | |
| download | monzero-gui-bc4cf1eee98ea3024590d37045e4d077975c20cb.tar.gz monzero-gui-bc4cf1eee98ea3024590d37045e4d077975c20cb.tar.xz monzero-gui-bc4cf1eee98ea3024590d37045e4d077975c20cb.zip | |
refresh history after daemon change
| -rw-r--r-- | main.qml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -141,6 +141,8 @@ ApplicationWindow { function initialize() { console.log("initializing..") + walletInitialized = false; + // setup language var locale = persistentSettings.locale if (locale !== "") { |
