forked from len0rd/rockbox
Give the playlists main menu item a context menu (playlist settings).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29158 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
89a4cf2693
commit
42a8cc3835
1 changed files with 2 additions and 1 deletions
|
@ -424,7 +424,8 @@ static const struct root_items items[] = {
|
|||
|
||||
[GO_TO_RECENTBMARKS] = { load_bmarks, NULL, &bookmark_settings_menu },
|
||||
[GO_TO_BROWSEPLUGINS] = { plugins_menu, NULL, NULL },
|
||||
[GO_TO_PLAYLISTS_SCREEN] = { miscscrn, &playlist_options, NULL },
|
||||
[GO_TO_PLAYLISTS_SCREEN] = { miscscrn, &playlist_options,
|
||||
&playlist_settings },
|
||||
[GO_TO_PLAYLIST_VIEWER] = { playlist_view, NULL, NULL },
|
||||
[GO_TO_SYSTEM_SCREEN] = { miscscrn, &info_menu, &system_menu },
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue