Skip to content

Commit

Permalink
Add output_mode to Mixer tab configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
DzikuVx committed Oct 7, 2022
1 parent 0917397 commit f1ef622
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3804,6 +3804,9 @@
"platformConfiguration": {
"message": "Platform configuration"
},
"output_modeTitle": {
"message": "Output mode"
},
"mixerPreset": {
"message": "Mixer preset"
},
Expand Down
6 changes: 6 additions & 0 deletions tabs/mixer.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
<label for="motor_direction_inverted"><span data-i18n="motor_direction_inverted"></span></label>
<div class="helpicon cf_tip" data-i18n_title="motor_direction_inverted_hint"></div>
</div>
<div class="select">
<select id="output_mode" data-setting="output_mode"></select>
<label for="output_mode">
<span data-i18n="output_modeTitle"></span>
</label>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit f1ef622

Please sign in to comment.