diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -155,8 +155,13 @@ class cFlatConfig int MenuContentFullSize; double TopBarFontSize; - int ResolutionAspectShow; + int ChannelResolutionAspectShow; + int ChannelFormatShow; + int RecordingResolutionAspectShow; + int RecordingFormatShow; int RecordingAdditionalInfoShow; int EpgAdditionalInfoShow; int TopBarRecordingShow; + int MenuItemIconsShow; + int TopBarMenuIconShow; }; |