From 491a499c582a34282a9fce3cf0791640668cf3ef Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 14 Sep 2024 11:56:01 +0100 Subject: [PATCH] store `disableCatSpeak` per account --- packages/frontend/src/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index fea85e409f..036e43a4b6 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -289,7 +289,7 @@ export const defaultStore = markRaw(new Storage('base', { default: window.matchMedia('(prefers-reduced-motion)').matches, }, disableCatSpeak: { - where: 'device', + where: 'account', default: false, }, emojiStyle: {