From 13412f67caebe2dc4b86d7f367eb1dce8609bde1 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Thu, 9 Feb 2012 21:21:40 +1100 Subject: 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:" into your config.cfg 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 --- apps/settings.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/settings.h') 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 #endif char start_directory[MAX_PATHNAME+1]; + /* status setting for the root menu customisability. 0 = default, 1 = loaded from cfg */ + int root_menu; }; /** global variables **/ -- cgit v1.2.3