mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Settings menu: add main menu customization
Lets you launch the main_menu_config plugin from Settings, so that it remains accessible, even after all other menu items have been hidden. Includes minor changes to the main menu config plugin, so that it better fits in with the rest of the settings menus: * Keep theme enabled * Autosave * Add "On" or "Off" suffix to each item, to prevent confusion when Icon_Config is blank, as is the case with certain iconsets * Update current selection after swapping items * Prefix spoken selection with row number for enhanced clarity when swapping items * Change title to LANG_MAIN_MENU * ACTION_STD_OK to toggle an item's visibility * ACTION_STD_CONTEXT to access options for reordering menu items, or for reverting to the default menu * Ask for confirmation before reverting Change-Id: I74240b94243224c76e23ef8f3a0559bd8ba28df0
This commit is contained in:
parent
dbeefebcad
commit
5efb6d7fac
7 changed files with 99 additions and 65 deletions
|
|
@ -141,6 +141,22 @@ to recording. The details of this menu are covered in detail in
|
|||
\reference{ref:Recordingsettings}.
|
||||
}
|
||||
|
||||
\subsection{Main Menu}
|
||||
{\label{ref:main_menu_config}}
|
||||
Allows you to hide or reorder items from the main menu.
|
||||
|
||||
Press \ActionStdOk{} to toggle an item's visibility.
|
||||
|
||||
Press \ActionStdContext{} to access the following options:
|
||||
\begin{description}
|
||||
\item[Move Item Up] Swap selected menu item with the previous one
|
||||
\item[Move Item down] Swap selected menu item with the next one
|
||||
\item[Load Default Configuration] Discard all customization
|
||||
\end{description}
|
||||
|
||||
For an advanced description of the associated configuration entry,
|
||||
see \reference{ref:CustomisingTheMainMenu}.
|
||||
|
||||
\subsection{Manage Settings}
|
||||
The \setting{Manage Settings} option allows the saving and re-loading of user
|
||||
configuration settings, browsing the hard drive for alternate firmwares, and finally
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue