From 6e974f77bdb9f194d4c2c0c1dc36703419dbd0df Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Fri, 5 Jan 2018 19:10:54 -0800 Subject: command: make pause display the same osd-msg-bar as seek Previously, toggling pause would generate no osd response, and changing that wasn't even configurable. This was surprising to users who generally expect to see *where* pause / unpause is taking place (#3028). --- player/command.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'player/command.c') diff --git a/player/command.c b/player/command.c index 4cf6413110..006f557eb8 100644 --- a/player/command.c +++ b/player/command.c @@ -4342,7 +4342,9 @@ static const struct property_osd_display { {"ab-loop-b", .msg = "A-B loop: ${ab-loop-a} - ${ab-loop-b}"}, {"audio-device", "Audio device"}, // By default, don't display the following properties on OSD - {"pause", NULL}, + {"pause", + .seek_msg = OSD_SEEK_INFO_TEXT, + .seek_bar = OSD_SEEK_INFO_BAR}, {"fullscreen", NULL}, {0} }; -- cgit v1.2.3