diff options
author | kugiigi <kugi_eusebio@protonmail.com> | 2021-03-20 11:52:07 +0800 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-12-19 16:57:38 +0100 |
commit | 63a57fde6677d8f663e5880a259998b95b1da6c5 (patch) | |
tree | cff6527e6f869c465e0b90296e761e246a8a39c6 /include/datetime/settings-live.h | |
parent | ecaacccacf853059ea4588c44bd13035faaba6af (diff) | |
download | ayatana-indicator-datetime-63a57fde6677d8f663e5880a259998b95b1da6c5.tar.gz ayatana-indicator-datetime-63a57fde6677d8f663e5880a259998b95b1da6c5.tar.bz2 ayatana-indicator-datetime-63a57fde6677d8f663e5880a259998b95b1da6c5.zip |
Add option to show/hide alarms
Diffstat (limited to 'include/datetime/settings-live.h')
-rw-r--r-- | include/datetime/settings-live.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/datetime/settings-live.h b/include/datetime/settings-live.h index 85071ce..6a923f3 100644 --- a/include/datetime/settings-live.h +++ b/include/datetime/settings-live.h @@ -52,6 +52,7 @@ private: void update_show_day(); void update_show_detected_locations(); void update_show_events(); + void update_show_alarms(); void update_show_locations(); void update_show_seconds(); void update_show_week_numbers(); |