Skip to content
Snippets Groups Projects
Commit 15450b18 authored by syuilo's avatar syuilo
Browse files

[ci skip] make enableCondensedLineForAcct false by default

for performance
parent 50aeaf74
No related branches found
No related tags found
No related merge requests found
......@@ -336,7 +336,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
enableCondensedLineForAcct: {
where: 'device',
default: true,
default: false,
},
additionalUnicodeEmojiIndexes: {
where: 'device',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment