Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
v4u6h4n committed May 1, 2024
2 parents 929dfd0 + cfadf64 commit a7b7310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configurator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@
setting_update_input_device_mute $arg_input_device

# Toggle.
elif [[ "$arg_playback_action" == "toggle" ]]; then
elif [[ "$arg_input_action" == "toggle" ]]; then
setting_update_input_device_mute_toggle $arg_input_device
alert_request input
alert_play
Expand Down

0 comments on commit a7b7310

Please sign in to comment.