fix migration setting sound to 5 if not changed from default

This commit is contained in:
Marie 2025-05-10 22:57:19 +00:00
parent 4dc82cad62
commit 4866ceb66d

View file

@ -457,7 +457,7 @@ export const store = markRaw(new Pizzax('base', {
}, },
sound_note: { sound_note: {
where: 'device', where: 'device',
default: { type: 'syuilo/n-aec', volume: 1 }, default: { type: 'syuilo/n-aec', volume: 0 },
}, },
sound_noteMy: { sound_noteMy: {
where: 'device', where: 'device',