diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-21 15:18:05 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-21 15:18:05 +0900 |
| commit | f52bd8a8a30b314ea2b0f237b6f5eb4ffef7423f (patch) | |
| tree | 3b0f9d1d1ff13aaaa8f8f79a372fec99cfc6eeae /packages/client/src/store.ts | |
| parent | revert: use sortablejs-vue3 instead of vuedraggable for more stability (diff) | |
| download | sharkey-f52bd8a8a30b314ea2b0f237b6f5eb4ffef7423f.tar.gz sharkey-f52bd8a8a30b314ea2b0f237b6f5eb4ffef7423f.tar.bz2 sharkey-f52bd8a8a30b314ea2b0f237b6f5eb4ffef7423f.zip | |
MFMのアニメーションをデフォルトで無効に
Diffstat (limited to 'packages/client/src/store.ts')
| -rw-r--r-- | packages/client/src/store.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts index d1b6e08bc8..d33a351725 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -156,7 +156,7 @@ export const defaultStore = markRaw(new Storage('base', { }, animatedMfm: { where: 'device', - default: true, + default: false, }, loadRawImages: { where: 'device', |