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