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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/root_menu.h b/apps/root_menu.h
index c4cb466c99..dbc75efbca 100644
--- a/apps/root_menu.h
+++ b/apps/root_menu.h
@@ -49,6 +49,7 @@ enum {
49 be the "start screen" after a boot up. The setting in settings_list.c 49 be the "start screen" after a boot up. The setting in settings_list.c
50 will need editing if this is the case. */ 50 will need editing if this is the case. */
51 GO_TO_BROWSEPLUGINS, 51 GO_TO_BROWSEPLUGINS,
52 GO_TO_TIMESCREEN,
52}; 53};
53 54
54extern const struct menu_item_ex root_menu_; 55extern const struct menu_item_ex root_menu_;