diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2014-02-13 22:01:13 +1100 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2014-02-13 22:11:23 +1100 |
| commit | 6dbfd44b6e6a4e01066ff3a99748e586d7cd458a (patch) | |
| tree | 0570c0dbe96277cb8e31a6797b3b8628aea1e5b0 /apps/plugin.c | |
| parent | 1210de217ebdbd35734f57d82a6e935ef60e6555 (diff) | |
| download | rockbox-6dbfd44b6e6a4e01066ff3a99748e586d7cd458a.zip rockbox-6dbfd44b6e6a4e01066ff3a99748e586d7cd458a.tar.gz rockbox-6dbfd44b6e6a4e01066ff3a99748e586d7cd458a.tar.bz2 rockbox-6dbfd44b6e6a4e01066ff3a99748e586d7cd458a.tar.xz | |
main_menu_config: New plugin to configur the main menu order
Plugins/Applications/main_menu_config allows you to edit the
main menu order without having to manually edit config.cfg.
Press the standard OK button to access the internal menu
which allows you to move items up/down in the order and toggle
their visibility. Exit via this menu to have the order saved.
(Suggestions welcome to improve this UI)
Change-Id: I59715ef1ca265aeb6f9666ef27026bc1093f2579
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index af06a4c..f9179f3 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -792,6 +792,11 @@ static const struct plugin_api rockbox_api = { #endif rbversion, + root_menu_get_options, + root_menu_set_default, + root_menu_write_to_cfg, + root_menu_load_from_cfg, + settings_save, /* new stuff at the end, sort into place next time the API gets incompatible */ |