Changes to fix compile issue on F765 and H743

pull/1429/head
Darren Lines 3 years ago
parent d2edfb1de2
commit fe5a1cf6ca

@ -241,26 +241,26 @@
</div> </div>
<div class="spacer_box settings"> <div class="spacer_box settings">
<label> <label>
<input type="text" class="osdSwitchIndName" id="osdSwitchInd0_name" data-setting="osd_switch_indicator0_name" /> <input type="text" class="osdSwitchIndName" id="osdSwitchInd0_name" data-setting="osd_switch_indicator_zero_name" />
<select class="osdSwitchInd_channel" data-setting="osd_switch_indicator0_channnel" data-live="true"></select> <select class="osdSwitchInd_channel" data-setting="osd_switch_indicator_zero_channnel" data-live="true"></select>
<span data-i18n="osdSwitchInd0"></span> <span data-i18n="osdSwitchInd0"></span>
</label> </label>
<label> <label>
<input type="text" class="osdSwitchIndName" id="osdSwitchInd1_name" data-setting="osd_switch_indicator1_name" /> <input type="text" class="osdSwitchIndName" id="osdSwitchInd1_name" data-setting="osd_switch_indicator_one_name" />
<select class="osdSwitchInd_channel" data-setting="osd_switch_indicator1_channnel" data-live="true"></select> <select class="osdSwitchInd_channel" data-setting="osd_switch_indicator_one_channnel" data-live="true"></select>
<span data-i18n="osdSwitchInd1"></span> <span data-i18n="osdSwitchInd1"></span>
</label> </label>
<label> <label>
<input type="text" class="osdSwitchIndName" id="osdSwitchInd2_name" data-setting="osd_switch_indicator2_name" /> <input type="text" class="osdSwitchIndName" id="osdSwitchInd2_name" data-setting="osd_switch_indicator_two_name" />
<select class="osdSwitchInd_channel" data-setting="osd_switch_indicator2_channnel" data-live="true"></select> <select class="osdSwitchInd_channel" data-setting="osd_switch_indicator_two_channnel" data-live="true"></select>
<span data-i18n="osdSwitchInd2"></span> <span data-i18n="osdSwitchInd2"></span>
</label> </label>
<label> <label>
<input type="text" class="osdSwitchIndName" id="osdSwitchInd3_name" data-setting="osd_switch_indicator3_name" /> <input type="text" class="osdSwitchIndName" id="osdSwitchInd3_name" data-setting="osd_switch_indicator_three_name" />
<select class="osdSwitchInd_channel" data-setting="osd_switch_indicator3_channnel" data-live="true"></select> <select class="osdSwitchInd_channel" data-setting="osd_switch_indicator_three_channnel" data-live="true"></select>
<span data-i18n="osdSwitchInd3"></span> <span data-i18n="osdSwitchInd3"></span>
</label> </label>
</div> </div>

Loading…
Cancel
Save