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