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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user