mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-21 17:20:37 +02:00
main: omit onWalletRefresh call with uninitialized currentWallet
This commit is contained in:
parent
6c2c17ada1
commit
f75aa22b26
4
main.qml
4
main.qml
@ -2035,7 +2035,9 @@ ApplicationWindow {
|
|||||||
// some fields need an extra nudge when changing languages
|
// some fields need an extra nudge when changing languages
|
||||||
function resetLanguageFields(){
|
function resetLanguageFields(){
|
||||||
clearMoneroCardLabelText()
|
clearMoneroCardLabelText()
|
||||||
onWalletRefresh()
|
if (currentWallet) {
|
||||||
|
onWalletRefresh();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function userActivity() {
|
function userActivity() {
|
||||||
|
Loading…
Reference in New Issue
Block a user