summaryrefslogtreecommitdiff
path: root/apps/main_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main_menu.c')
-rw-r--r--apps/main_menu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/main_menu.c b/apps/main_menu.c
index a5517f928d..234a21f3d5 100644
--- a/apps/main_menu.c
+++ b/apps/main_menu.c
@@ -39,6 +39,7 @@
39#include "sound_menu.h" 39#include "sound_menu.h"
40#include "status.h" 40#include "status.h"
41#include "fat.h" 41#include "fat.h"
42#include "sleeptimer.h"
42 43
43#include "lang.h" 44#include "lang.h"
44 45
@@ -247,6 +248,7 @@ bool main_menu(void)
247 struct menu_items items[] = { 248 struct menu_items items[] = {
248 { str(LANG_SOUND_SETTINGS), sound_menu }, 249 { str(LANG_SOUND_SETTINGS), sound_menu },
249 { str(LANG_GENERAL_SETTINGS), settings_menu }, 250 { str(LANG_GENERAL_SETTINGS), settings_menu },
251 { str(LANG_SLEEP_TIMER), sleeptimer_screen },
250#ifdef HAVE_MAS3587F 252#ifdef HAVE_MAS3587F
251 { str(LANG_RECORDING_SETTINGS), recording_menu }, 253 { str(LANG_RECORDING_SETTINGS), recording_menu },
252 { str(LANG_RECORDING), recording_screen }, 254 { str(LANG_RECORDING), recording_screen },