client: disable sound for received note by default
Some checks failed
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline failed
ci/woodpecker/push/lint-backend Pipeline failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-sw Pipeline failed
ci/woodpecker/push/test Pipeline failed
Some checks failed
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline failed
ci/woodpecker/push/lint-backend Pipeline failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-sw Pipeline failed
ci/woodpecker/push/test Pipeline failed
Lessen the sound pollution. closes #394 Changelog: Changed Co-authored-by: Jeder <jeder+git@jeder.pl>
This commit is contained in:
parent
bbd35054e6
commit
777b981bf1
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ export class ColdDeviceStorage {
|
||||||
plugins: [] as Plugin[],
|
plugins: [] as Plugin[],
|
||||||
mediaVolume: 0.5,
|
mediaVolume: 0.5,
|
||||||
sound_masterVolume: 0.3,
|
sound_masterVolume: 0.3,
|
||||||
sound_note: { type: 'syuilo/down', volume: 1 },
|
sound_note: { type: 'syuilo/down', volume: 0 },
|
||||||
sound_noteMy: { type: 'syuilo/up', volume: 1 },
|
sound_noteMy: { type: 'syuilo/up', volume: 1 },
|
||||||
sound_notification: { type: 'syuilo/pope2', volume: 1 },
|
sound_notification: { type: 'syuilo/pope2', volume: 1 },
|
||||||
sound_chat: { type: 'syuilo/pope1', volume: 1 },
|
sound_chat: { type: 'syuilo/pope1', volume: 1 },
|
||||||
|
|
Loading…
Reference in a new issue