mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
Move Time & Date menu from System to settings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30776 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a13e9644b5
commit
e44af440c5
1 changed files with 7 additions and 8 deletions
|
|
@ -441,14 +441,8 @@ MENUITEM_FUNCTION(debug_menu_item, 0, ID2P(LANG_DEBUG),
|
||||||
(menu_function)debug_menu, NULL, NULL, Icon_NOICON);
|
(menu_function)debug_menu, NULL, NULL, Icon_NOICON);
|
||||||
|
|
||||||
MAKE_MENU(info_menu, ID2P(LANG_SYSTEM), 0, Icon_System_menu,
|
MAKE_MENU(info_menu, ID2P(LANG_SYSTEM), 0, Icon_System_menu,
|
||||||
#if CONFIG_RTC
|
&show_info_item, &show_credits_item,
|
||||||
&timedate_item,
|
&show_runtime_item, &debug_menu_item);
|
||||||
#endif
|
|
||||||
&show_info_item, &show_credits_item, &show_runtime_item,
|
|
||||||
#if CONFIG_RTC == 0
|
|
||||||
&sleep_timer_call,
|
|
||||||
#endif
|
|
||||||
&debug_menu_item);
|
|
||||||
/* INFO MENU */
|
/* INFO MENU */
|
||||||
/***********************************/
|
/***********************************/
|
||||||
|
|
||||||
|
|
@ -481,6 +475,11 @@ MAKE_MENU(main_menu_, ID2P(LANG_SETTINGS), mainmenu_callback,
|
||||||
&settings_menu_item, &theme_menu,
|
&settings_menu_item, &theme_menu,
|
||||||
#ifdef HAVE_RECORDING
|
#ifdef HAVE_RECORDING
|
||||||
&recording_settings,
|
&recording_settings,
|
||||||
|
#endif
|
||||||
|
#if CONFIG_RTC
|
||||||
|
&timedate_item,
|
||||||
|
#else
|
||||||
|
&sleep_timer_call,
|
||||||
#endif
|
#endif
|
||||||
&manage_settings,
|
&manage_settings,
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue