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