options: move program name to end of window title

Fixes #2188
This commit is contained in:
Martin Herkt 2015-08-09 20:14:16 +02:00
parent 27a17be325
commit fbb22039f3
No known key found for this signature in database
GPG Key ID: C24B9CD04DC6AE7F
1 changed files with 1 additions and 1 deletions

View File

@ -676,7 +676,7 @@ const struct MPOpts mp_default_opts = {
.window_scale = 1.0,
},
.allow_win_drag = 1,
.wintitle = "mpv - ${?media-title:${media-title}}${!media-title:No file.}",
.wintitle = "${?media-title:${media-title}}${!media-title:No file.} - mpv",
.heartbeat_interval = 30.0,
.stop_screensaver = 1,
.cursor_autohide_delay = 1000,