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

Loading…
Cancel
Save