diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-12-19 16:58:19 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-12-19 16:58:19 +0100 |
commit | d0ebe52935bb6b92ea5c84a8388ab992066e7a5e (patch) | |
tree | cff6527e6f869c465e0b90296e761e246a8a39c6 /include/datetime/settings.h | |
parent | ecaacccacf853059ea4588c44bd13035faaba6af (diff) | |
parent | 63a57fde6677d8f663e5880a259998b95b1da6c5 (diff) | |
download | ayatana-indicator-datetime-d0ebe52935bb6b92ea5c84a8388ab992066e7a5e.tar.gz ayatana-indicator-datetime-d0ebe52935bb6b92ea5c84a8388ab992066e7a5e.tar.bz2 ayatana-indicator-datetime-d0ebe52935bb6b92ea5c84a8388ab992066e7a5e.zip |
Merge branch 'luigi311-toggle_alarm'
Attributes GH PR #118: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/118
Diffstat (limited to 'include/datetime/settings.h')
-rw-r--r-- | include/datetime/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<bool> show_day; core::Property<bool> show_detected_location; core::Property<bool> show_events; + core::Property<bool> show_alarms; core::Property<bool> show_locations; core::Property<bool> show_seconds; core::Property<bool> show_week_numbers; |