summaryrefslogtreecommitdiff
path: root/packages/frontend/src/store.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src/store.ts')
-rw-r--r--packages/frontend/src/store.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts
index 44d8ed7293..4674293254 100644
--- a/packages/frontend/src/store.ts
+++ b/packages/frontend/src/store.ts
@@ -83,7 +83,7 @@ export const store = markRaw(new Pizzax('base', {
},
menuDisplay: {
where: 'device',
- default: 'sideFull' as 'sideFull' | 'sideIcon' | 'top',
+ default: 'sideFull' as 'sideFull' | 'sideIcon'/* | 'top' */,
},
postFormWithHashtags: {
where: 'device',
@@ -257,7 +257,7 @@ export const store = markRaw(new Pizzax('base', {
},
emojiStyle: {
where: 'device',
- default: 'twemoji', // twemoji / fluentEmoji / native
+ default: 'twemoji' as 'twemoji' | 'fluentEmoji' | 'native',
},
menuStyle: {
where: 'device',