Skip to content

Commit

Permalink
setup.xml - used new parameter 'indent' for 2 items (#4162)
Browse files Browse the repository at this point in the history
- indent is used with 4 spaces

Co-authored-by: ims <ims21@users.sourceforge.net>
  • Loading branch information
ims21 and ims authored Jan 6, 2025
1 parent a63c5f1 commit 54dfa44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
<item level="2" text="Ignore DVB-T namespace sub network" description="On valid ONIDs, ignore frequency sub network part">config.usage.subnetwork_terrestrial</item>
<item level="2" text="Alternative URL for images listed on FlashImage" description="Enter an URL where alternative images could be listed for FlashImage." requires="canFlashWithOfgwrite">config.usage.alternative_imagefeed</item>
<item level="1" text="Time synchronization method" description="Select how you want your receiver to keep the correct time, either from the DVB transponder, or from the internet using NTP. Or use Auto, which will favour using NTP, but will fall back to transponder time when no internet connection is available.">config.ntp.timesync</item>
<item level="1" text="NTP Hostname" conditional="config.ntp.timesync.value != 'dvb'" description="The hostname or the IP address of the NTP server to synchronise the time with.">config.ntp.server</item>
<item level="1" text="NTP Hostname" indent=" " conditional="config.ntp.timesync.value != 'dvb'" description="The hostname or the IP address of the NTP server to synchronise the time with.">config.ntp.server</item>
</setup>
<setup key="channelselection" title="Channel Selection">
<item level="2" text="Show channel numbers in channel selection" description="When enabled, show channel numbers in the channel selection screen.">config.usage.show_channel_numbers_in_servicelist</item>
<item level="2" text="Hide number markers" conditional="config.usage.show_channel_numbers_in_servicelist.value" description="When enabled, number markers will be hidden.">config.usage.hide_number_markers</item>
<item level="2" text="Hide number markers" indent=" " conditional="config.usage.show_channel_numbers_in_servicelist.value" description="When enabled, number markers will be hidden.">config.usage.hide_number_markers</item>
<item level="2" text="Show two lines per entry" description="Show the service information on two lines in the channel selection screen. You can choose between the current event description below the channel name, or the current event description next to the channel name, and the next event description on the second line.">config.usage.servicelist_twolines</item>
<item level="1" text="Show event-progress in channel selection" description="Set the type of the progress indication in the channel selection screen (right alignment only available in single line mode).">config.usage.show_event_progress_in_servicelist</item>
<item level="2" text="Show service type icons" description="Configure if and how service type icons will be shown in the channel selection list (left alignment only available in single line mode).">config.usage.servicetype_icon_mode</item>
Expand Down

0 comments on commit 54dfa44

Please sign in to comment.