mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
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:
@@ -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}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user