diff options
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> |