1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-21 03:45:53 +01:00

Merge pull request #2504

f75aa22 main: omit onWalletRefresh call with uninitialized currentWallet (xiphon)
This commit is contained in:
luigi1111 2019-11-27 10:24:54 -06:00
commit 9ba1960207
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -2035,7 +2035,9 @@ ApplicationWindow {
// some fields need an extra nudge when changing languages
function resetLanguageFields(){
clearMoneroCardLabelText()
onWalletRefresh()
if (currentWallet) {
onWalletRefresh();
}
}
function userActivity() {