aboutsummaryrefslogtreecommitdiff
path: root/pages/settings
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2022-04-23 07:24:20 +0200
committerselsta <selsta@sent.at>2022-04-23 07:26:52 +0200
commit37a5bdc331af9589714ed38c9804028076e079f0 (patch)
tree613985b438a0f820092d876cd92308d9d2dc82b7 /pages/settings
parentb31cc36de2cc612060b2db63f42a5af42756a719 (diff)
downloadmonzero-gui-37a5bdc331af9589714ed38c9804028076e079f0.tar.gz
monzero-gui-37a5bdc331af9589714ed38c9804028076e079f0.tar.xz
monzero-gui-37a5bdc331af9589714ed38c9804028076e079f0.zip
main: only update fiat price with open wallet
Diffstat (limited to 'pages/settings')
-rw-r--r--pages/settings/SettingsLayout.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/pages/settings/SettingsLayout.qml b/pages/settings/SettingsLayout.qml
index 0e54f018..5ce192ba 100644
--- a/pages/settings/SettingsLayout.qml
+++ b/pages/settings/SettingsLayout.qml
@@ -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();
}
}
}