mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
lcd4linux: add menu item to allow or disable display screenshots
Origin commit data
------------------
Commit: 0c16e15ecc
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Origin message was:
------------------
- lcd4linux: add menu item to allow or disable display screenshots
This commit is contained in:
@@ -1215,6 +1215,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,
|
||||
@@ -1581,6 +1582,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,
|
||||
|
@@ -1215,6 +1215,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",
|
||||
@@ -1581,6 +1582,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",
|
||||
|
@@ -319,6 +319,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