mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 10:28:10 +01:00
Merge pull request #320 from gerlofvanek/chart-2
GUI: Fix autorefresh enabled/disabled.
This commit is contained in:
@@ -1086,7 +1086,7 @@ const app = {
|
||||
nextRefreshTime: null,
|
||||
lastRefreshedTime: null,
|
||||
isRefreshing: false,
|
||||
isAutoRefreshEnabled: localStorage.getItem('autoRefreshEnabled') !== 'true',
|
||||
isAutoRefreshEnabled: localStorage.getItem('autoRefreshEnabled') === 'true',
|
||||
updateNextRefreshTimeRAF: null,
|
||||
|
||||
refreshTexts: {
|
||||
|
||||
Reference in New Issue
Block a user