Skip to content

Commit

Permalink
select.lua: change the --save-watch-history warning text
Browse files Browse the repository at this point in the history
The current warning was fine when you select history directly, but
giving more information can be useful when you happen to see it by right
clicking the title without prior information.

Fixes #15655 (comment)
  • Loading branch information
guidocella authored and sfan5 committed Feb 9, 2025
1 parent e4b64fb commit 73b8459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion player/lua/select.lua
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ mp.add_key_binding(nil, "select-watch-history", function ()
if not history_file then
show_warning(mp.get_property_native("save-watch-history")
and error_message
or "Enable --save-watch-history")
or "Enable --save-watch-history to jump to recently played files.")
return
end

Expand Down

0 comments on commit 73b8459

Please sign in to comment.