From 63a57fde6677d8f663e5880a259998b95b1da6c5 Mon Sep 17 00:00:00 2001 From: kugiigi Date: Sat, 20 Mar 2021 11:52:07 +0800 Subject: Add option to show/hide alarms --- include/datetime/settings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/datetime/settings.h') diff --git a/include/datetime/settings.h b/include/datetime/settings.h index af9227d..29905fd 100644 --- a/include/datetime/settings.h +++ b/include/datetime/settings.h @@ -49,6 +49,7 @@ public: core::Property show_day; core::Property show_detected_location; core::Property show_events; + core::Property show_alarms; core::Property show_locations; core::Property show_seconds; core::Property show_week_numbers; -- cgit v1.2.3