MFMのアニメーションをデフォルトで無効に

This commit is contained in:
syuilo 2022-12-21 15:18:05 +09:00
parent 5cac199710
commit f52bd8a8a3

View file

@ -156,7 +156,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
animatedMfm: {
where: 'device',
default: true,
default: false,
},
loadRawImages: {
where: 'device',