mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
options: remove the period at the end of "No file."
Since we're on the topic of consistency, I've seen multiple users complain about the presence of this period, which does not really match other programs' behavior.
This commit is contained in:
parent
fbb22039f3
commit
e9182c5c7c
@ -676,7 +676,7 @@ const struct MPOpts mp_default_opts = {
|
||||
.window_scale = 1.0,
|
||||
},
|
||||
.allow_win_drag = 1,
|
||||
.wintitle = "${?media-title:${media-title}}${!media-title:No file.} - mpv",
|
||||
.wintitle = "${?media-title:${media-title}}${!media-title:No file} - mpv",
|
||||
.heartbeat_interval = 30.0,
|
||||
.stop_screensaver = 1,
|
||||
.cursor_autohide_delay = 1000,
|
||||
|
Loading…
Reference in New Issue
Block a user