Merge pull request #1043 from hydra/pid-audio-adjustment
Add PID-Audio adjustment.10.3.x-maintenance
commit
486ac0e4c8
|
@ -1615,6 +1615,9 @@
|
|||
"adjustmentsFunction24": {
|
||||
"message": "Horizon Strength Adjustment"
|
||||
},
|
||||
"adjustmentsFunction25": {
|
||||
"message": "PID-Audio Selection"
|
||||
},
|
||||
"adjustmentsSave": {
|
||||
"message": "Save"
|
||||
},
|
||||
|
|
|
@ -92,6 +92,7 @@
|
|||
<option value="22" i18n="adjustmentsFunction22"></option>
|
||||
<option value="23" i18n="adjustmentsFunction23"></option>
|
||||
<option value="24" i18n="adjustmentsFunction24"></option>
|
||||
<option value="25" i18n="adjustmentsFunction25"></option>
|
||||
</select></td>
|
||||
<td class="adjustmentSlot"><select class="slot">
|
||||
<option value="0" i18n="adjustmentsSlot0"></option>
|
||||
|
|
Loading…
Reference in New Issue