main: only update fiat price with open wallet

This commit is contained in:
selsta
2022-04-23 07:24:20 +02:00
parent b31cc36de2
commit 37a5bdc331
2 changed files with 3 additions and 22 deletions

View File

@@ -165,7 +165,6 @@ Rectangle {
if (!checked) {
console.log("Disabled price conversion");
persistentSettings.fiatPriceEnabled = false;
appWindow.fiatTimerStop();
}
}
}
@@ -232,8 +231,6 @@ Rectangle {
onClicked: {
console.log("Enabled price conversion");
persistentSettings.fiatPriceEnabled = true;
appWindow.fiatApiRefresh();
appWindow.fiatTimerStart();
}
}
}