mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-06 20:16:57 +00:00
fix/revert some defaults back to sharkey defaults
This commit is contained in:
parent
91504b772f
commit
8e6e2c47e3
1 changed files with 2 additions and 2 deletions
|
@ -155,7 +155,7 @@ export const PREF_DEF = {
|
|||
}[],
|
||||
},
|
||||
serverDisconnectedBehavior: {
|
||||
default: 'quiet' as 'quiet' | 'disabled' | 'dialog',
|
||||
default: 'disabled' as 'quiet' | 'disabled' | 'dialog',
|
||||
},
|
||||
nsfw: {
|
||||
default: 'respect' as 'respect' | 'force' | 'ignore',
|
||||
|
@ -347,7 +347,7 @@ export const PREF_DEF = {
|
|||
default: false,
|
||||
},
|
||||
'sound.on.note': {
|
||||
default: { type: 'syuilo/n-aec', volume: 1 } as SoundStore,
|
||||
default: { type: 'syuilo/n-aec', volume: 0 } as SoundStore,
|
||||
},
|
||||
'sound.on.noteMy': {
|
||||
default: { type: 'syuilo/n-cea-4va', volume: 1 } as SoundStore,
|
||||
|
|
Loading…
Add table
Reference in a new issue