diff options
Diffstat (limited to 'packages/frontend/src/store.ts')
| -rw-r--r-- | packages/frontend/src/store.ts | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index dfc4169a54..a335ed33bb 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -227,6 +227,10 @@ export const defaultStore = markRaw(new Storage('base', { where: 'device', default: true, }, + showReactionsCount: { + where: 'device', + default: false, + }, enableQuickAddMfmFunction: { where: 'device', default: false, @@ -431,10 +435,10 @@ export const defaultStore = markRaw(new Storage('base', { sfxVolume: 1, }, }, - hemisphere: { + hemisphere: { where: 'device', default: hemisphere as 'N' | 'S', - }, + }, enableHorizontalSwipe: { where: 'device', default: true, |