diff options
author | Christian Soffke <christian.soffke@gmail.com> | 2021-12-18 23:45:59 +0100 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2022-01-01 22:01:11 -0500 |
commit | 14a5355278ab3919ef497781fb57547a6a8186b4 (patch) | |
tree | cbac0098937e6d40dc768159034398e3cbbad57e | |
parent | abfee36ce0df251f0c188194caec4f6ff5c9026d (diff) | |
download | rockbox-14a53552.tar.gz rockbox-14a53552.zip |
Manual: fix FS#12603
"root menu order" item missing from "Config file options" chapter
Change-Id: If6a9adeee3734db73dbf56fa84ade0ee6df4ef9d
-rw-r--r-- | manual/appendix/config_file_options.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex index 40945e6397..b7e807baf4 100644 --- a/manual/appendix/config_file_options.tex +++ b/manual/appendix/config_file_options.tex @@ -45,6 +45,10 @@ seek acceleration & very fast, fast, normal, slow, very slow & N/A\\ antiskip & 5s, 15s, 30s, 1min, 2min, 3min, 5min, 10min & N/A\\ volume fade & on, off & N/A\\ + root menu order & - (i.e. a hyphen to reset to default) or a + comma-separated list of (a subset of) the following words, + with no spaces around the commas: bookmarks, files, database, wps, + settings, playlists, plugins, system\_menu, shortcuts & N/A\\ sort case & on, off & N/A\\ show files & all, supported, music, playlists & N/A\\ show filename exts & off, on, unknown, view\_all & N/A\\ |