mirror of https://github.com/mpv-player/mpv
command: no space before "%" in volume default OSD message
More consistent with other output, such as the terminal status line. Also see issue #1103.
This commit is contained in:
parent
f605b03f63
commit
2cfc35892c
|
@ -3024,7 +3024,7 @@ static const struct property_osd_display {
|
||||||
{ "clock", "Clock" },
|
{ "clock", "Clock" },
|
||||||
// audio
|
// audio
|
||||||
{ "volume", "Volume",
|
{ "volume", "Volume",
|
||||||
.msg = "Volume: ${volume} % ${?mute==yes:(Muted)}",
|
.msg = "Volume: ${volume}% ${?mute==yes:(Muted)}",
|
||||||
.osd_progbar = OSD_VOLUME },
|
.osd_progbar = OSD_VOLUME },
|
||||||
{ "mute", "Mute" },
|
{ "mute", "Mute" },
|
||||||
{ "audio-delay", "A-V delay" },
|
{ "audio-delay", "A-V delay" },
|
||||||
|
|
Loading…
Reference in New Issue