aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2019-06-10 17:46:39 -0400
committerJason Conti <jason.conti@gmail.com>2019-06-10 17:46:39 -0400
commit2a8c2af59f94419d91996a2fb56a536ff7877d17 (patch)
tree5c1e149bb6e0f70991d6a55b92d541bd753f704d /data
parent3433e42150a3afad618339846e991916af404f28 (diff)
downloadayatana-indicator-notifications-2a8c2af59f94419d91996a2fb56a536ff7877d17.tar.gz
ayatana-indicator-notifications-2a8c2af59f94419d91996a2fb56a536ff7877d17.tar.bz2
ayatana-indicator-notifications-2a8c2af59f94419d91996a2fb56a536ff7877d17.zip
* Add blacklist hints for recent application names
Diffstat (limited to 'data')
-rw-r--r--data/net.launchpad.indicator.notifications.gschema.xml.in.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/net.launchpad.indicator.notifications.gschema.xml.in.in b/data/net.launchpad.indicator.notifications.gschema.xml.in.in
index dc17a77..d04251d 100644
--- a/data/net.launchpad.indicator.notifications.gschema.xml.in.in
+++ b/data/net.launchpad.indicator.notifications.gschema.xml.in.in
@@ -5,6 +5,11 @@
<summary>Discard notifications by application name</summary>
<description>If an application name is in the blacklist, all notifications matching the application name will be discarded.</description>
</key>
+ <key name="blacklist-hints" type="as">
+ <default>[]</default>
+ <summary>Recent application names to suggest for the blacklist</summary>
+ <description>Keeps track of recent application names so we can suggest them in the settings.</description>
+ </key>
<key name="clear-on-middle-click" type="b">
<default>false</default>
<summary>Clear notifications on middle click</summary>