Skip to content

Commit

Permalink
Merge PR #6615: FIX(client): Use correct off audio cue
Browse files Browse the repository at this point in the history
  • Loading branch information
Hartmnt authored Oct 23, 2024
2 parents cb01bfa + a9c398a commit 70dea60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mumble/Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ struct Settings {
bool audioCueEnabledPTT = true;
bool audioCueEnabledVAD = false;
QString qsTxAudioCueOn = cqsDefaultPushClickOn;
QString qsTxAudioCueOff = cqsDefaultPushClickOn;
QString qsTxAudioCueOff = cqsDefaultPushClickOff;

bool bTxMuteCue = true;
bool muteCueShown = false;
Expand Down

0 comments on commit 70dea60

Please sign in to comment.