diff options
Diffstat (limited to 'src/client/app/store.ts')
| -rw-r--r-- | src/client/app/store.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app/store.ts b/src/client/app/store.ts index 350826e5ef..46655b7bd5 100644 --- a/src/client/app/store.ts +++ b/src/client/app/store.ts @@ -12,6 +12,7 @@ const defaultSettings = { mobileHome: [], deck: null, deckNav: true, + keepCw: false, tagTimelines: [], fetchOnScroll: true, showMaps: true, |