mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 10:51:12 +02:00
- lcd4linux: add menu item to allow or disable display screenshots
Conflicts: data/locale/deutsch.locale data/locale/english.locale src/neutrino.cpp Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1135,6 +1135,7 @@ typedef enum
|
||||
LOCALE_LCD4L_DISPLAY_TYPE,
|
||||
LOCALE_LCD4L_DISPLAY_TYPE_SETUP,
|
||||
LOCALE_LCD4L_LOGODIR,
|
||||
LOCALE_LCD4L_SCREENSHOTS,
|
||||
LOCALE_LCD4L_SKIN,
|
||||
LOCALE_LCD4L_SKIN_0,
|
||||
LOCALE_LCD4L_SKIN_1,
|
||||
@@ -1479,6 +1480,7 @@ typedef enum
|
||||
LOCALE_MENU_HINT_LCD4L_DISPLAY_TYPE,
|
||||
LOCALE_MENU_HINT_LCD4L_DISPLAY_TYPE_SETUP,
|
||||
LOCALE_MENU_HINT_LCD4L_LOGODIR,
|
||||
LOCALE_MENU_HINT_LCD4L_SCREENSHOTS,
|
||||
LOCALE_MENU_HINT_LCD4L_SKIN,
|
||||
LOCALE_MENU_HINT_LCD4L_SKIN_RADIO,
|
||||
LOCALE_MENU_HINT_LCD4L_SUPPORT,
|
||||
|
@@ -1135,6 +1135,7 @@ const char * locale_real_names[] =
|
||||
"lcd4l_display_type",
|
||||
"lcd4l_display_type_setup",
|
||||
"lcd4l_logodir",
|
||||
"lcd4l_screenshots",
|
||||
"lcd4l_skin",
|
||||
"lcd4l_skin_0",
|
||||
"lcd4l_skin_1",
|
||||
@@ -1479,6 +1480,7 @@ const char * locale_real_names[] =
|
||||
"menu.hint_lcd4l_display_type",
|
||||
"menu.hint_lcd4l_display_type_setup",
|
||||
"menu.hint_lcd4l_logodir",
|
||||
"menu.hint_lcd4l_screenshots",
|
||||
"menu.hint_lcd4l_skin",
|
||||
"menu.hint_lcd4l_skin_radio",
|
||||
"menu.hint_lcd4l_support",
|
||||
|
@@ -320,6 +320,7 @@ struct SNeutrinoSettings
|
||||
int lcd4l_brightness;
|
||||
int lcd4l_brightness_standby;
|
||||
int lcd4l_convert;
|
||||
int lcd4l_screenshots;
|
||||
#endif
|
||||
|
||||
#define MODE_ICONS_NR_OF_ENTRIES 8
|
||||
|
Reference in New Issue
Block a user