Skip to content

Commit

Permalink
FIX(client): Update tab order in AudioInput.ui
Browse files Browse the repository at this point in the history
In mumble-voip#6364 RNNoise was replaced with ReNameNoise. I missed the tab-order
in AudioInput.ui and it sill contained the old name for the UI element
leading to compile-time warnings.
This commit fixes the tab-order.
  • Loading branch information
Hartmnt committed Jun 24, 2024
1 parent 2ad73f6 commit ef398cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mumble/AudioInput.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@
<tabstop>qcbEcho</tabstop>
<tabstop>qrbNoiseSupDeactivated</tabstop>
<tabstop>qrbNoiseSupSpeex</tabstop>
<tabstop>qrbNoiseSupRNNoise</tabstop>
<tabstop>qrbNoiseSupReNameNoise</tabstop>
<tabstop>qrbNoiseSupBoth</tabstop>
<tabstop>qsSpeexNoiseSupStrength</tabstop>
<tabstop>qcbEnableCuePTT</tabstop>
Expand Down

0 comments on commit ef398cb

Please sign in to comment.