Skip to content

Commit

Permalink
[Usagenfig] Set bootlogo_identify to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Ev0-BH committed Oct 9, 2023
1 parent 33c7011 commit 3627bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Components/UsageConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def showsecondinfobarChanged(configElement):

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

config.usage.bootlogo_identify = ConfigYesNo(default=True)
config.usage.bootlogo_identify = ConfigYesNo(default=False)

config.usage.alternatives_priority = ConfigSelection(default="0", choices=[
("0", "DVB-S/-C/-T"),
Expand Down

0 comments on commit 3627bb9

Please sign in to comment.