mirror of
https://github.com/mpv-player/mpv
synced 2025-01-13 10:26:09 +00:00
DOCS/input.rst: profile-list: profile-restore could be missing
Currently the profile-restore field is intentionally omitted if it holds the default value (i.e. no values are stored for the profile, and trying to restore would only warn). See m_config_get_profiles at command.c .
This commit is contained in:
parent
4d3ebb9d83
commit
9fd9239990
@ -3385,6 +3385,10 @@ Property list
|
||||
not a map, as order matters and duplicate entries are possible. Recursive
|
||||
profiles are not expanded, and show up as special ``profile`` options.
|
||||
|
||||
The ``profile-restore`` field is currently missing if it holds the default
|
||||
value (either because it was not set, or set explicitly to ``default``),
|
||||
but in the future it might hold the value ``default``.
|
||||
|
||||
``command-list``
|
||||
The list of input commands. This returns an array of maps, where each map
|
||||
node represents a command. This map currently only has a single entry:
|
||||
|
Loading…
Reference in New Issue
Block a user