diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-09-14 11:56:01 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-10-03 16:59:08 +0100 |
| commit | 491a499c582a34282a9fce3cf0791640668cf3ef (patch) | |
| tree | 2a2905f8670e5a8517bb34e816c285a62779f2bb | |
| parent | fix nyaize line (diff) | |
| download | sharkey-491a499c582a34282a9fce3cf0791640668cf3ef.tar.gz sharkey-491a499c582a34282a9fce3cf0791640668cf3ef.tar.bz2 sharkey-491a499c582a34282a9fce3cf0791640668cf3ef.zip | |
store `disableCatSpeak` per account
| -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 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: { |