diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-01-09 17:44:31 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-01-09 17:44:31 -0600 |
| commit | 4b2df0418a87af01fbc52c0786992b5320391fbe (patch) | |
| tree | 6d6fc6c03452d13fe5145ac653131ad73217a8e2 /main.qml | |
| parent | 5a682b37ecef5407ff44ca5d32b1610750702bbb (diff) | |
| parent | 600c5a76f18f8354dd87df69c7209a1c64f370e9 (diff) | |
| download | monzero-gui-4b2df0418a87af01fbc52c0786992b5320391fbe.tar.gz monzero-gui-4b2df0418a87af01fbc52c0786992b5320391fbe.tar.xz monzero-gui-4b2df0418a87af01fbc52c0786992b5320391fbe.zip | |
Merge pull request #1867
600c5a7 mining: optimize update function, improve performance (mmbyday)
Diffstat (limited to 'main.qml')
| -rw-r--r-- | main.qml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -399,6 +399,9 @@ ApplicationWindow { if (!walletInitialized) { currentWallet.history.refresh(currentWallet.currentSubaddressAccount) walletInitialized = true + + // check if daemon was already mining and add mining logo if true + middlePanel.miningView.update(); } } |
