Skip to content

Commit

Permalink
Add missing config entry
Browse files Browse the repository at this point in the history
  • Loading branch information
henrylicious committed Mar 19, 2024
1 parent 3692a2d commit cfec9e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/python/Components/UsageConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,8 @@ def PreferredTunerChanged(configElement):
config.usage.boolean_graphic = ConfigYesNo(default=False)
config.usage.show_slider_value = ConfigYesNo(default=True)

config.usage.multiboot_order = ConfigYesNo(default=True)

config.epg = ConfigSubsection()
config.epg.eit = ConfigYesNo(default=True)
config.epg.mhw = ConfigYesNo(default=False)
Expand Down

0 comments on commit cfec9e3

Please sign in to comment.