From 43830d0128ed9483db769f0d29f3d6071e620144 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Wed, 30 Mar 2022 08:53:40 -0400 Subject: alarm_menu share setter with settime share the time picker with the alarm block the date portion, seconds are ignored Change-Id: Idc6974466772c33248ff532c8f3c62c744ee06d9 --- apps/menus/time_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/menus') 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) tm.tm_year = YEAR-1900; } - result = (int)set_time_screen(str(LANG_SET_TIME), &tm); + result = (int)set_time_screen(str(LANG_SET_TIME), &tm, true); if(tm.tm_year != -1) { set_time(&tm); -- cgit v1.2.3