Skip to content

Commit

Permalink
Resolve incorrect config due to copy and past issue from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Littlesat committed May 6, 2024
1 parent d0fe68d commit 5abdd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<item level="2" text="Show VCR scart on main menu" description="When enabled, the VCR scart option will be shown on the main menu" requires="ScartSwitch">config.usage.show_vcr_scart</item>
<item level="2" text="Show True/False as graphical switch" description="Enable to display all true/false, yes/no, on/off and enable/disable set up options as a graphical switch.">config.usage.boolean_graphic</item>
<item level="2" text="Show simple second infobar" conditional="findSkinScreen('SecondInfoBarSimple')" description="When enabled a simplified version from the second infobar is shown. This can also be toggled instantly by holding the OK buttin when the second infobar is visible. The infobar will shortly disappear and then shown in the other mode.">config.usage.show_simple_second_infobar</item>
<item level="2" text="Show additional information on infobar" conditional="findSkinScreen('InfoBarAdds')" description="When enabled extra information is shown on the infobar. This can also be toggled instantly by holding the OK button when the inforbar is not visible.">config.usage.show_simple_second_infobar</item>
<item level="2" text="Show additional information on infobar" conditional="findSkinScreen('InfoBarAdds')" description="When enabled extra information is shown on the infobar. This can also be toggled instantly by holding the OK button when the inforbar is not visible.">config.usage.show_infobar_adds</item>
</setup>
<setup key="epgsettings" title="EPG settings">
<item level="2" text="Show EIT now/next in infobar" description="When enabled, display the EIT now/next eventdata in infobar. When disabled, display now/next eventdata from the EPG cache instead.">config.usage.show_eit_nownext</item>
Expand Down

0 comments on commit 5abdd71

Please sign in to comment.