diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2016-02-01 18:05:45 -0600 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-06-30 02:03:35 +0200 |
commit | b4ff1a2458802e3238d952c69f9dd664f013137b (patch) | |
tree | 8ec4e5d24a0aecc38a839bf8251f82928d5c31d4 /include | |
parent | 1d0fd8903feb10941fc4d0ed387b0a1e2d8b35ae (diff) | |
download | ayatana-indicator-datetime-b4ff1a2458802e3238d952c69f9dd664f013137b.tar.gz ayatana-indicator-datetime-b4ff1a2458802e3238d952c69f9dd664f013137b.tar.bz2 ayatana-indicator-datetime-b4ff1a2458802e3238d952c69f9dd664f013137b.zip |
don't show calendar event notifications if com.ubuntu.calendar's notifications are blacklisted
Diffstat (limited to 'include')
-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 253a00a..d5e81c6 100644 --- a/include/datetime/settings.h +++ b/include/datetime/settings.h @@ -61,6 +61,7 @@ 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; }; } // namespace datetime |