summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/command.c')
-rw-r--r--player/command.c4
1 files changed, 3 insertions, 1 deletions
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}
};