mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
* Numeric display volumebar can be switched off.
- Adjustable via Menu -> Settings -> OSD -> Volumebar digits
This commit is contained in:
@@ -342,6 +342,7 @@ typedef enum
|
||||
LOCALE_EXTRA_TP_RATE,
|
||||
LOCALE_EXTRA_UPDATE_DIR,
|
||||
LOCALE_EXTRA_USE_GOTOXX,
|
||||
LOCALE_EXTRA_VOLUME_DIGITS,
|
||||
LOCALE_EXTRA_VOLUME_POS,
|
||||
LOCALE_EXTRA_WEST,
|
||||
LOCALE_EXTRA_ZAP_CYCLE,
|
||||
@@ -1074,6 +1075,7 @@ typedef enum
|
||||
LOCALE_MENU_HINT_VIDEO_MODE,
|
||||
LOCALE_MENU_HINT_VIDEO_MODES,
|
||||
LOCALE_MENU_HINT_VIDEO_SCART_MODE,
|
||||
LOCALE_MENU_HINT_VOLUME_DIGITS,
|
||||
LOCALE_MENU_HINT_VOLUME_POS,
|
||||
LOCALE_MENU_HINT_ZAP_CYCLE,
|
||||
LOCALE_MENU_NEXT,
|
||||
|
@@ -342,6 +342,7 @@ const char * locale_real_names[] =
|
||||
"extra.tp_rate",
|
||||
"extra.update_dir",
|
||||
"extra.use_gotoxx",
|
||||
"extra.volume_digits",
|
||||
"extra.volume_pos",
|
||||
"extra.west",
|
||||
"extra.zap_cycle",
|
||||
@@ -1074,6 +1075,7 @@ const char * locale_real_names[] =
|
||||
"menu.hint_video_mode",
|
||||
"menu.hint_video_modes",
|
||||
"menu.hint_video_scart_mode",
|
||||
"menu.hint_volume_digits",
|
||||
"menu.hint_volume_pos",
|
||||
"menu.hint_zap_cycle",
|
||||
"menu.next",
|
||||
|
@@ -71,6 +71,7 @@ struct SNeutrinoSettings
|
||||
int casystem_display;
|
||||
int scrambled_message;
|
||||
int volume_pos;
|
||||
int volume_digits;
|
||||
int show_mute_icon;
|
||||
int menu_pos;
|
||||
int show_menu_hints;
|
||||
|
Reference in New Issue
Block a user