MFMのアニメーションをデフォルトで無効に
This commit is contained in:
parent
5cac199710
commit
f52bd8a8a3
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
},
|
||||
animatedMfm: {
|
||||
where: 'device',
|
||||
default: true,
|
||||
default: false,
|
||||
},
|
||||
loadRawImages: {
|
||||
where: 'device',
|
||||
|
|
Loading…
Reference in a new issue