mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 15:16:44 -06:00
disabled condensed line
This commit is contained in:
parent
6313294d4d
commit
50b67df2c9
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "misskey",
|
||||
"version": "2024.9.0~pari",
|
||||
"version": "2024.9.0~parii",
|
||||
"codename": "nasubi",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -396,7 +396,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
},
|
||||
enableCondensedLine: {
|
||||
where: 'device',
|
||||
default: true,
|
||||
default: false,
|
||||
},
|
||||
additionalUnicodeEmojiIndexes: {
|
||||
where: 'device',
|
||||
|
|
Loading…
Reference in a new issue