diff options
author | Arthur Mello <arthur.mello@canonical.com> | 2016-06-22 15:37:55 -0300 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-29 14:37:39 +0200 |
commit | 525a38eb600292ffb764f6b5de058f9ba6ddd2b8 (patch) | |
tree | 88dddd234ee3001af546a7e45adccd3c93305c1e /include/datetime/settings.h | |
parent | 413b0e90af889a17b7ddbd3ce4709f9b736d6a21 (diff) | |
download | ayatana-indicator-datetime-525a38eb600292ffb764f6b5de058f9ba6ddd2b8.tar.gz ayatana-indicator-datetime-525a38eb600292ffb764f6b5de058f9ba6ddd2b8.tar.bz2 ayatana-indicator-datetime-525a38eb600292ffb764f6b5de058f9ba6ddd2b8.zip |
Update indicator-datetime to work with the new notification settings
Diffstat (limited to 'include/datetime/settings.h')
-rw-r--r-- | include/datetime/settings.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/datetime/settings.h b/include/datetime/settings.h index d5e81c6..5ae00f6 100644 --- a/include/datetime/settings.h +++ b/include/datetime/settings.h @@ -61,7 +61,11 @@ public: core::Property<unsigned int> alarm_volume; core::Property<unsigned int> alarm_duration; core::Property<unsigned int> snooze_duration; - core::Property<std::set<std::pair<std::string,std::string>>> muted_apps; + core::Property<bool> cal_notification_enabled; + core::Property<bool> cal_notification_sounds; + core::Property<bool> cal_notification_vibrations; + core::Property<bool> cal_notification_bubbles; + core::Property<bool> cal_notification_list; }; } // namespace datetime |