mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 02:41:21 +02:00
add optional mini-tv to channellist
Signed-off-by: satbaby <crashdvb@googlemail.com>
This commit is contained in:
@@ -232,6 +232,7 @@ typedef enum
|
||||
LOCALE_CHANNELLIST_EPGTEXT_ALIGN_LEFT,
|
||||
LOCALE_CHANNELLIST_EPGTEXT_ALIGN_RIGHT,
|
||||
LOCALE_CHANNELLIST_EXTENDED,
|
||||
LOCALE_CHANNELLIST_MINITV,
|
||||
LOCALE_CHANNELLIST_FAVS,
|
||||
LOCALE_CHANNELLIST_FOOT,
|
||||
LOCALE_CHANNELLIST_FOOT_FREQ,
|
||||
@@ -763,6 +764,7 @@ typedef enum
|
||||
LOCALE_MENU_HINT_CHANNELLIST_COLORED,
|
||||
LOCALE_MENU_HINT_CHANNELLIST_EPG_ALIGN,
|
||||
LOCALE_MENU_HINT_CHANNELLIST_EXTENDED,
|
||||
LOCALE_MENU_HINT_CHANNELLIST_MINITV,
|
||||
LOCALE_MENU_HINT_CHANNELLIST_FONTS,
|
||||
LOCALE_MENU_HINT_CHANNELLIST_FOOT,
|
||||
LOCALE_MENU_HINT_CHANNELLIST_SETUP,
|
||||
|
@@ -232,6 +232,7 @@ const char * locale_real_names[] =
|
||||
"channellist.epgtext_align_left",
|
||||
"channellist.epgtext_align_right",
|
||||
"channellist.extended",
|
||||
"channellist.minitv",
|
||||
"channellist.favs",
|
||||
"channellist.foot",
|
||||
"channellist.foot_freq",
|
||||
@@ -763,6 +764,7 @@ const char * locale_real_names[] =
|
||||
"menu.hint_channellist_colored",
|
||||
"menu.hint_channellist_epg_align",
|
||||
"menu.hint_channellist_extended",
|
||||
"menu.hint_channellist_minitv",
|
||||
"menu.hint_channellist_fonts",
|
||||
"menu.hint_channellist_foot",
|
||||
"menu.hint_channellist_setup",
|
||||
|
@@ -421,6 +421,7 @@ struct SNeutrinoSettings
|
||||
int channellist_foot;
|
||||
int channellist_new_zap_mode;
|
||||
int channellist_sort_mode;
|
||||
int channellist_minitv;
|
||||
char repeat_blocker[4];
|
||||
char repeat_genericblocker[4];
|
||||
int remote_control_hardware;
|
||||
|
Reference in New Issue
Block a user