From f52bd8a8a30b314ea2b0f237b6f5eb4ffef7423f Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 21 Dec 2022 15:18:05 +0900 Subject: [PATCH] =?UTF-8?q?MFM=E3=81=AE=E3=82=A2=E3=83=8B=E3=83=A1?= =?UTF-8?q?=E3=83=BC=E3=82=B7=E3=83=A7=E3=83=B3=E3=82=92=E3=83=87=E3=83=95?= =?UTF-8?q?=E3=82=A9=E3=83=AB=E3=83=88=E3=81=A7=E7=84=A1=E5=8A=B9=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/client/src/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',