diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-10-05 19:47:45 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-10-05 19:47:45 +0900 |
| commit | a594d9f26bc928e7b7e474a589f2dba4f05a711f (patch) | |
| tree | b70a10205aad6599b26c365ac35b54c4d8b9b52d /packages/frontend/src/store.ts | |
| parent | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff) | |
| download | misskey-a594d9f26bc928e7b7e474a589f2dba4f05a711f.tar.gz misskey-a594d9f26bc928e7b7e474a589f2dba4f05a711f.tar.bz2 misskey-a594d9f26bc928e7b7e474a589f2dba4f05a711f.zip | |
make animatedMfm enable by default
Diffstat (limited to 'packages/frontend/src/store.ts')
| -rw-r--r-- | packages/frontend/src/store.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index 9254e71c5c..55d36f794f 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -226,7 +226,7 @@ export const defaultStore = markRaw(new Storage('base', { }, animatedMfm: { where: 'device', - default: false, + default: true, }, advancedMfm: { where: 'device', |