Merge pull request #3890

37a5bdc main: only update fiat price with open wallet (selsta)
This commit is contained in:
luigi1111
2022-04-25 11:04:51 -05:00
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();
}
}
}