summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2012-02-09 21:21:40 +1100
committerJonathan Gordon <rockbox@jdgordon.info>2012-02-25 12:40:44 +0100
commit13412f67caebe2dc4b86d7f367eb1dce8609bde1 (patch)
tree9aeba92e3092dd17878ce8caefff35c3eba99d98 /apps/settings.h
parent8125877f6091066d847cf4bb4b8dcf0925830875 (diff)
downloadrockbox-13412f67caebe2dc4b86d7f367eb1dce8609bde1.tar.gz
rockbox-13412f67caebe2dc4b86d7f367eb1dce8609bde1.zip
main menu: Add the ability to hide and reorder the main menu items.
To change the shown menu items add the line "root_menu_order:<items>" into your config.cfg <items> can be any of: bookmarks, files, database, wps, settings, recording, radio, playlists, plugins, system_menu, shortcuts Manual entry by Alexander Levin Change-Id: Ie7f4bfb0f795184de094d05fc341a6cedd1c0cde Reviewed-on: http://gerrit.rockbox.org/104 Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 7a6fa55e79..ca0abaa202 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -844,6 +844,8 @@ struct user_settings
844#endif 844#endif
845 845
846 char start_directory[MAX_PATHNAME+1]; 846 char start_directory[MAX_PATHNAME+1];
847 /* status setting for the root menu customisability. 0 = default, 1 = loaded from cfg */
848 int root_menu;
847}; 849};
848 850
849/** global variables **/ 851/** global variables **/