Compare commits

...

3 Commits

Author SHA1 Message Date
Kisaragi 3db7c4ad7b
Merge ad1e2d8020 into eef0c895bc 2024-11-16 05:38:13 +09:00
Kisaragi ad1e2d8020
Merge branch 'develop' into KisaragiEffective-patch-2 2024-09-30 01:17:49 +09:00
Kisaragi bb7e9505d3
chore(frontend): turn off enableCondensedLine by default
addresses #14642
2024-09-29 11:59:20 +09:00
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ export const defaultStore = markRaw(new Storage('base', {
}, },
enableCondensedLine: { enableCondensedLine: {
where: 'device', where: 'device',
default: true, default: false,
}, },
additionalUnicodeEmojiIndexes: { additionalUnicodeEmojiIndexes: {
where: 'device', where: 'device',