diff options
author | Jason Conti <jason.conti@gmail.com> | 2020-08-20 09:32:00 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-08-20 14:38:04 +0200 |
commit | e4bf77f46267730d5c2e771b5dcef6a338eaf88e (patch) | |
tree | 7701f648c7068dbc69fedf5d8fb7ac1926ec729f /data | |
parent | ed884c084a013586ce5abcc53457bd617fd68f42 (diff) | |
download | ayatana-indicator-notifications-e4bf77f46267730d5c2e771b5dcef6a338eaf88e.tar.gz ayatana-indicator-notifications-e4bf77f46267730d5c2e771b5dcef6a338eaf88e.tar.bz2 ayatana-indicator-notifications-e4bf77f46267730d5c2e771b5dcef6a338eaf88e.zip |
Add blacklist hints for recent application names.
Diffstat (limited to 'data')
-rw-r--r-- | data/org.ayatana.indicator.notifications.gschema.xml.in.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.ayatana.indicator.notifications.gschema.xml.in.in b/data/org.ayatana.indicator.notifications.gschema.xml.in.in index 95eb284..c7b6277 100644 --- a/data/org.ayatana.indicator.notifications.gschema.xml.in.in +++ b/data/org.ayatana.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> |