mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-11 14:34:33 +00:00
merge: fix/revert some defaults back to sharkey defaults (!967)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/967
This commit is contained in:
commit
1612f2462f
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