make animatedMfm enable by default

This commit is contained in:
syuilo 2024-10-05 19:47:45 +09:00
parent 26afe1cc96
commit a594d9f26b
1 changed files with 1 additions and 1 deletions

View File

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