mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
gui/zapit_setup: add initial channel list mode options
This commit is contained in:
@@ -267,6 +267,7 @@ typedef enum
|
||||
LOCALE_CHANNELLIST_NUMERIC_ADJUST,
|
||||
LOCALE_CHANNELLIST_PROVS,
|
||||
LOCALE_CHANNELLIST_RECORDING_NOT_POSSIBLE,
|
||||
LOCALE_CHANNELLIST_REMEMBER,
|
||||
LOCALE_CHANNELLIST_RESET_ALL,
|
||||
LOCALE_CHANNELLIST_RESET_FLAGS,
|
||||
LOCALE_CHANNELLIST_SATS,
|
||||
@@ -845,6 +846,8 @@ typedef enum
|
||||
LOCALE_MENU_HINT_CHANNELLIST_EXTENDED,
|
||||
LOCALE_MENU_HINT_CHANNELLIST_FONTS,
|
||||
LOCALE_MENU_HINT_CHANNELLIST_FOOT,
|
||||
LOCALE_MENU_HINT_CHANNELLIST_MODE,
|
||||
LOCALE_MENU_HINT_CHANNELLIST_MODE_RADIO,
|
||||
LOCALE_MENU_HINT_CHANNELLIST_SETUP,
|
||||
LOCALE_MENU_HINT_CHANNELLIST_SHOW_CHANNELLOGO,
|
||||
LOCALE_MENU_HINT_CHANNELS,
|
||||
@@ -2087,6 +2090,8 @@ typedef enum
|
||||
LOCALE_ZAPIT_SCANTYPE_RADIO,
|
||||
LOCALE_ZAPIT_SCANTYPE_TV,
|
||||
LOCALE_ZAPIT_SCANTYPE_TVRADIO,
|
||||
LOCALE_ZAPITSETUP_CHANNELMODE,
|
||||
LOCALE_ZAPITSETUP_CHANNELMODE_RADIO,
|
||||
LOCALE_ZAPITSETUP_HEAD,
|
||||
LOCALE_ZAPITSETUP_INFO,
|
||||
LOCALE_ZAPITSETUP_LAST_RADIO,
|
||||
|
@@ -267,6 +267,7 @@ const char * locale_real_names[] =
|
||||
"channellist.numeric_adjust",
|
||||
"channellist.provs",
|
||||
"channellist.recording_not_possible",
|
||||
"channellist.remember",
|
||||
"channellist.reset_all",
|
||||
"channellist.reset_flags",
|
||||
"channellist.sats",
|
||||
@@ -845,6 +846,8 @@ const char * locale_real_names[] =
|
||||
"menu.hint_channellist_extended",
|
||||
"menu.hint_channellist_fonts",
|
||||
"menu.hint_channellist_foot",
|
||||
"menu.hint_channellist_mode",
|
||||
"menu.hint_channellist_mode_radio",
|
||||
"menu.hint_channellist_setup",
|
||||
"menu.hint_channellist_show_channellogo",
|
||||
"menu.hint_channels",
|
||||
@@ -2087,6 +2090,8 @@ const char * locale_real_names[] =
|
||||
"zapit.scantype.radio",
|
||||
"zapit.scantype.tv",
|
||||
"zapit.scantype.tvradio",
|
||||
"zapitsetup.channelmode",
|
||||
"zapitsetup.channelmode_radio",
|
||||
"zapitsetup.head",
|
||||
"zapitsetup.info",
|
||||
"zapitsetup.last_radio",
|
||||
|
@@ -64,6 +64,8 @@ struct SNeutrinoSettings
|
||||
int current_volume_step;
|
||||
int channel_mode;
|
||||
int channel_mode_radio;
|
||||
int channel_mode_initial;
|
||||
int channel_mode_initial_radio;
|
||||
|
||||
//misc
|
||||
int shutdown_real;
|
||||
|
Reference in New Issue
Block a user