store disableCatSpeak per account
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user