summaryrefslogtreecommitdiff
path: root/apps/root_menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/root_menu.h')
-rw-r--r--apps/root_menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/root_menu.h b/apps/root_menu.h
index 9b07e58044..e913a67b4a 100644
--- a/apps/root_menu.h
+++ b/apps/root_menu.h
@@ -35,10 +35,10 @@ enum {
35 GO_TO_FM, 35 GO_TO_FM,
36#endif 36#endif
37 GO_TO_RECENTBMARKS, 37 GO_TO_RECENTBMARKS,
38 GO_TO_BROWSEPLUGINS,
39 /* Do Not add any items above here unless you want it to be able to 38 /* Do Not add any items above here unless you want it to be able to
40 be the "start screen" after a boot up. The setting in settings_list.c 39 be the "start screen" after a boot up. The setting in settings_list.c
41 will need editing if this is the case. */ 40 will need editing if this is the case. */
41 GO_TO_BROWSEPLUGINS,
42}; 42};
43 43
44extern const struct menu_item_ex root_menu_; 44extern const struct menu_item_ex root_menu_;