This commit is contained in:
syuilo
2024-09-28 09:52:40 +09:00
parent 27a256b502
commit e4d4cc5277
5 changed files with 13 additions and 28 deletions

View File

@@ -392,10 +392,6 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'device',
default: 'horizontal' as 'vertical' | 'horizontal',
},
enableCondensedLineForAcct: {
where: 'device',
default: false,
},
additionalUnicodeEmojiIndexes: {
where: 'device',
default: {} as Record<string, Record<string, string[]>>,