fix
This commit is contained in:
parent
c27811b490
commit
48e57989eb
|
@ -102,6 +102,11 @@ const notConfigurableDefaultStoreSettings = [
|
|||
'forceShowAds',
|
||||
'additionalUnicodeEmojiIndexes',
|
||||
'themeInitial',
|
||||
|
||||
// 光過敏性対策のためあえて鯖管に設定させない
|
||||
'animation',
|
||||
'animatedMfm',
|
||||
'disableShowingAnimatedImages'
|
||||
] satisfies (keyof typeof defaultStore.def)[];
|
||||
|
||||
const notConfigurableColdDeviceStorageSettings = [
|
||||
|
|
Loading…
Reference in New Issue