diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index f09a82b84..a5fb1550b 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -308,7 +308,7 @@ export const defaultStore = markRaw(new Storage('base', { }, emojiPickerStyle: { where: 'device', - default: 'popup' as 'auto' | 'popup' | 'drawer', + default: 'auto' as 'auto' | 'popup' | 'drawer', }, recentlyUsedEmojis: { where: 'device',