mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 20:44:34 +00:00
fix migration setting sound to 5 if not changed from default
This commit is contained in:
parent
4dc82cad62
commit
4866ceb66d
1 changed files with 1 additions and 1 deletions
|
@ -457,7 +457,7 @@ export const store = markRaw(new Pizzax('base', {
|
|||
},
|
||||
sound_note: {
|
||||
where: 'device',
|
||||
default: { type: 'syuilo/n-aec', volume: 1 },
|
||||
default: { type: 'syuilo/n-aec', volume: 0 },
|
||||
},
|
||||
sound_noteMy: {
|
||||
where: 'device',
|
||||
|
|
Loading…
Add table
Reference in a new issue