summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mpvcore/command.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mpvcore/command.c b/mpvcore/command.c
index fe1f794e8b..9e1e5f1c56 100644
--- a/mpvcore/command.c
+++ b/mpvcore/command.c
@@ -1960,7 +1960,8 @@ static struct property_osd_display {
{ "speed", _("Speed") },
{ "clock", _("Clock") },
// audio
- { "volume", _("Volume"), .osd_progbar = OSD_VOLUME },
+ { "volume", _("Volume"),
+ .extra_msg = "${?mute==yes:(Muted)}", .osd_progbar = OSD_VOLUME },
{ "mute", _("Mute") },
{ "audio-delay", _("A-V delay") },
{ "audio", _("Audio") },