mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 10:15:10 +00:00
store disableCatSpeak
per account
This commit is contained in:
parent
49eb673c40
commit
491a499c58
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue