mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-13 00:13:43 +02:00
osd_setup: Make detail line and menu hints configurable.
This commit is contained in:
@@ -1502,6 +1502,7 @@ typedef enum
|
||||
LOCALE_MENU_HINT_MEDIA,
|
||||
LOCALE_MENU_HINT_MENU_FONTS,
|
||||
LOCALE_MENU_HINT_MENU_HINTS,
|
||||
LOCALE_MENU_HINT_MENU_HINTS_LINE,
|
||||
LOCALE_MENU_HINT_MENU_POS,
|
||||
LOCALE_MENU_HINT_MENUS,
|
||||
LOCALE_MENU_HINT_MESSAGE_FONTS,
|
||||
@@ -2645,6 +2646,7 @@ typedef enum
|
||||
LOCALE_SETTINGS_BACKUP_FAILED,
|
||||
LOCALE_SETTINGS_HELP,
|
||||
LOCALE_SETTINGS_MENU_HINTS,
|
||||
LOCALE_SETTINGS_MENU_HINTS_LINE,
|
||||
LOCALE_SETTINGS_MENU_POS,
|
||||
LOCALE_SETTINGS_MENUS,
|
||||
LOCALE_SETTINGS_MISSINGOPTIONSCONFFILE,
|
||||
|
@@ -1502,6 +1502,7 @@ const char * locale_real_names[] =
|
||||
"menu.hint_media",
|
||||
"menu.hint_menu_fonts",
|
||||
"menu.hint_menu_hints",
|
||||
"menu.hint_menu_hints_line",
|
||||
"menu.hint_menu_pos",
|
||||
"menu.hint_menus",
|
||||
"menu.hint_message_fonts",
|
||||
@@ -2645,6 +2646,7 @@ const char * locale_real_names[] =
|
||||
"settings.backup_failed",
|
||||
"settings.help",
|
||||
"settings.menu_hints",
|
||||
"settings.menu_hints_line",
|
||||
"settings.menu_pos",
|
||||
"settings.menus",
|
||||
"settings.missingoptionsconffile",
|
||||
|
@@ -170,6 +170,7 @@ struct SNeutrinoTheme
|
||||
|
||||
int rounded_corners;
|
||||
int message_frame_enable;
|
||||
int show_menu_hints_line;
|
||||
};
|
||||
|
||||
struct timer_remotebox_item
|
||||
@@ -1005,7 +1006,7 @@ struct SNeutrinoSettings
|
||||
// menu
|
||||
int menu_pos;
|
||||
int show_menu_hints;
|
||||
int show_menu_hints_line;
|
||||
// int show_menu_hints_line;
|
||||
|
||||
// epgview
|
||||
int bigFonts;
|
||||
|
Reference in New Issue
Block a user