Skip to content

Commit

Permalink
fix(sounds): combine mute/unmute sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwoodland committed May 23, 2022
1 parent 866ef29 commit 5c71774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/views/settings/pages/audio/sounds/Sounds.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/>
<SettingsPagesAudioSoundsItem
:value="sound(Sounds.MUTE)"
@toggle="toggleSound(Sounds.MUTE, $event)"
@toggle="toggleSound([Sounds.MUTE, Sounds.UNMUTE], $event)"
:title="$t('pages.settings.notifications.sounds.mute')"
/>
<SettingsPagesAudioSoundsItem
Expand Down

0 comments on commit 5c71774

Please sign in to comment.