mirror of
https://github.com/mpv-player/mpv
synced 2025-01-02 21:12:23 +00:00
OSD message: "Drop files or URLs to play here."
Add "or URLs" to the default OSD message when mpv is launched without parameters. Since this works flawlessly with youtube-dl integration, the fact that you can drop URLs directly to the window should be advertised more.
This commit is contained in:
parent
c443aa68d3
commit
969c25d2f7
@ -2202,7 +2202,7 @@ function tick()
|
||||
ass:new_event()
|
||||
ass:pos(320, icon_y+65)
|
||||
ass:an(8)
|
||||
ass:append("Drop files to play here.")
|
||||
ass:append("Drop files or URLs to play here.")
|
||||
mp.set_osd_ass(640, 360, ass.text)
|
||||
|
||||
if state.showhide_enabled then
|
||||
|
Loading…
Reference in New Issue
Block a user