* Numeric display volumebar can be switched off.

- Adjustable via Menu -> Settings -> OSD -> Volumebar digits
This commit is contained in:
micha-bbg
2012-04-27 08:13:29 +02:00
parent 52a5640bc2
commit ccd8e39182
8 changed files with 22 additions and 5 deletions

View File

@@ -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,

View File

@@ -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",

View File

@@ -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;