summaryrefslogtreecommitdiff
path: root/apps/root_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/root_menu.c')
-rw-r--r--apps/root_menu.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/root_menu.c b/apps/root_menu.c
index 3b94d88751..1e9924fb44 100644
--- a/apps/root_menu.c
+++ b/apps/root_menu.c
@@ -660,6 +660,9 @@ void root_menu(void)
660 next_screen = GO_TO_ROOT; 660 next_screen = GO_TO_ROOT;
661#endif 661#endif
662 662
663 if (global_settings.sleeptimer_on_startup)
664 set_sleep_timer(global_settings.sleeptimer_duration * 60);
665
663 while (true) 666 while (true)
664 { 667 {
665 switch (next_screen) 668 switch (next_screen)