X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FUsageConfig.py;h=6082710768479543100ea036b4584ac788c10d0c;hb=553bfd91daed58ddf42181b6324f7f58601c6f42;hp=680b5944cdef63700b8214bfaa7dc7e1a07d0394;hpb=ef7d9da53faae798abe9d04c736cc269015aaa52;p=vuplus_dvbapp diff --git a/lib/python/Components/UsageConfig.py b/lib/python/Components/UsageConfig.py index 680b594..6082710 100644 --- a/lib/python/Components/UsageConfig.py +++ b/lib/python/Components/UsageConfig.py @@ -7,7 +7,7 @@ import os def InitUsageConfig(): config.usage = ConfigSubsection(); - config.usage.showdish = ConfigYesNo(default = False) + config.usage.showdish = ConfigYesNo(default = True) config.usage.multibouquet = ConfigYesNo(default = False) config.usage.quickzap_bouquet_change = ConfigYesNo(default = False) config.usage.e1like_radio_mode = ConfigYesNo(default = False)