Skip to content

Commit

Permalink
Change default sound to Ding
Browse files Browse the repository at this point in the history
  • Loading branch information
ANDREYDEN committed Aug 1, 2024
1 parent 1ba8db5 commit cced561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/effects.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const checkSettings = fx(function CheckSettingsFX(
localSettings = JSON.parse(localSettings);
if (localSettings.allowSound && onLocalSoundEnabled) {
dispatch(onLocalSoundEnabled, {
sound: localSettings.sound || '/audio/horn.wav',
sound: localSettings.sound || '/audio/ding.wav',
});
}
if (localSettings.dark && onDarkEnabled) {
Expand Down

0 comments on commit cced561

Please sign in to comment.