diff options
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', |