diff options
| author | selsta <selsta@sent.at> | 2022-04-23 07:24:20 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2022-04-23 07:26:52 +0200 |
| commit | 37a5bdc331af9589714ed38c9804028076e079f0 (patch) | |
| tree | 613985b438a0f820092d876cd92308d9d2dc82b7 /pages | |
| parent | b31cc36de2cc612060b2db63f42a5af42756a719 (diff) | |
| download | monzero-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')
| -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(); } } } |
