aboutsummaryrefslogtreecommitdiff
path: root/pages/settings/SettingsLayout.qml
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2022-04-25 11:04:51 -0500
committerluigi1111 <luigi1111w@gmail.com>2022-04-25 11:04:51 -0500
commit1a6ea3302cb3e4f35cb7a0eaf3ea8043b5be48ee (patch)
tree902578229c57c9b4010f42d9211fb9f3c319ae30 /pages/settings/SettingsLayout.qml
parent4de4e82ee61a949b1d62ca37a0104199e0979fdd (diff)
parent37a5bdc331af9589714ed38c9804028076e079f0 (diff)
downloadmonzero-gui-1a6ea3302cb3e4f35cb7a0eaf3ea8043b5be48ee.tar.gz
monzero-gui-1a6ea3302cb3e4f35cb7a0eaf3ea8043b5be48ee.tar.xz
monzero-gui-1a6ea3302cb3e4f35cb7a0eaf3ea8043b5be48ee.zip
Merge pull request #3890
37a5bdc main: only update fiat price with open wallet (selsta)
Diffstat (limited to 'pages/settings/SettingsLayout.qml')
-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();
}
}
}