Revert "command: make pause display the same osd-msg-bar as seek"

This reverts commit 9812e276aa.

This was apparently unpopular. I still think the pause OSD should be the
same as seek even if it's not visible by default, but it seems that
whether to display a given property change is currently conflated with
what to display.

The reverted behaviour can be restored by adding something like the
following to input.conf:

SPACE cycle pause; show_progress
This commit is contained in:
Kevin Mitchell
2018-01-21 15:40:52 -08:00
parent 7eb3427573
commit 8c8dcc698b
2 changed files with 4 additions and 6 deletions

View File

@@ -4324,9 +4324,7 @@ 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",
.seek_msg = OSD_SEEK_INFO_TEXT,
.seek_bar = OSD_SEEK_INFO_BAR},
{"pause", NULL},
{"fullscreen", NULL},
{0}
};