diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2022-04-25 11:04:51 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2022-04-25 11:04:51 -0500 |
| commit | 1a6ea3302cb3e4f35cb7a0eaf3ea8043b5be48ee (patch) | |
| tree | 902578229c57c9b4010f42d9211fb9f3c319ae30 /pages/settings/SettingsLayout.qml | |
| parent | 4de4e82ee61a949b1d62ca37a0104199e0979fdd (diff) | |
| parent | 37a5bdc331af9589714ed38c9804028076e079f0 (diff) | |
| download | monzero-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.qml | 3 |
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(); } } } |
