chore(frontend): turn off enableCondensedLine by default

addresses #14642
This commit is contained in:
Kisaragi 2024-09-29 11:59:20 +09:00 committed by GitHub
parent 57effa9ef0
commit bb7e9505d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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