fix migration setting sound to 5 if not changed from default
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user