mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix the start screen option - recording now works, and allow the
bookmarks to be chosen as a start screen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12577 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
94eef3fbee
commit
55843fdedd
2 changed files with 11 additions and 11 deletions
|
@ -35,10 +35,10 @@ enum {
|
|||
GO_TO_FM,
|
||||
#endif
|
||||
GO_TO_RECENTBMARKS,
|
||||
GO_TO_BROWSEPLUGINS,
|
||||
/* Do Not add any items above here unless you want it to be able to
|
||||
be the "start screen" after a boot up. The setting in settings_list.c
|
||||
will need editing if this is the case. */
|
||||
GO_TO_BROWSEPLUGINS,
|
||||
};
|
||||
|
||||
extern const struct menu_item_ex root_menu_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue