forked from len0rd/rockbox
FS#9173 - move all time/clock related settings in the menus into system > "time & date" (this includes sleep timer, alarm settings)
The time/date dispaly has been moved out of the "rockbox info" screen and into this screen also (only displayed if there is at least 3 lines of text on the screen though) The time/date is talked in this screen by pressing the usual context-menu button (usually long-select) Targets without a RTC are not changed (i.e sleep timer isnt moved) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19282 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a783453ff9
commit
c7fec13fd8
7 changed files with 320 additions and 192 deletions
|
|
@ -49,6 +49,7 @@ enum {
|
|||
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,
|
||||
GO_TO_TIMESCREEN,
|
||||
};
|
||||
|
||||
extern const struct menu_item_ex root_menu_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue