mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 12:36:57 +00:00
merge: fix migration setting note sound to 1 if not changed from default (!1015)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1015 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: dakkar <dakkar@thenautilus.net>
This commit is contained in:
commit
ed2d82f9c9
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Reference in a new issue