summaryrefslogtreecommitdiff
path: root/apps/menus
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus')
-rw-r--r--apps/menus/time_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menus/time_menu.c b/apps/menus/time_menu.c
index 674279c01a..e37e2b5637 100644
--- a/apps/menus/time_menu.c
+++ b/apps/menus/time_menu.c
@@ -73,7 +73,7 @@ static int timedate_set(void)
73 tm.tm_year = YEAR-1900; 73 tm.tm_year = YEAR-1900;
74 } 74 }
75 75
76 result = (int)set_time_screen(str(LANG_SET_TIME), &tm); 76 result = (int)set_time_screen(str(LANG_SET_TIME), &tm, true);
77 77
78 if(tm.tm_year != -1) { 78 if(tm.tm_year != -1) {
79 set_time(&tm); 79 set_time(&tm);