diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-09-11 14:47:19 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-09-13 09:01:47 +0200 |
commit | 6309311bbd3cbfb9f4061356b36333ad5d9ff807 (patch) | |
tree | 8eeccc47f35b65bf2d98b43521c1dab7c821092d /data/org.ayatana.indicator.notifications.gschema.xml.in | |
parent | 7309b1d27fd7ea43dbd99a105bdb5777fd88a67b (diff) | |
download | ayatana-indicator-notifications-6309311bbd3cbfb9f4061356b36333ad5d9ff807.tar.gz ayatana-indicator-notifications-6309311bbd3cbfb9f4061356b36333ad5d9ff807.tar.bz2 ayatana-indicator-notifications-6309311bbd3cbfb9f4061356b36333ad5d9ff807.zip |
data/: Fix translation of .gschema.xml file.
Diffstat (limited to 'data/org.ayatana.indicator.notifications.gschema.xml.in')
-rw-r--r-- | data/org.ayatana.indicator.notifications.gschema.xml.in | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/data/org.ayatana.indicator.notifications.gschema.xml.in b/data/org.ayatana.indicator.notifications.gschema.xml.in deleted file mode 100644 index b85f14b..0000000 --- a/data/org.ayatana.indicator.notifications.gschema.xml.in +++ /dev/null @@ -1,25 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.ayatana.indicator.notifications" path="/org/ayatana/indicator/notifications/"> - <key name="filter-list" type="as"> - <default>[]</default> - <_summary>Discard notifications by application name</_summary> - <_description>If an application name is in the filter list, all notifications matching the application name will be discarded.</_description> - </key> - <key name="filter-list-hints" type="as"> - <default>[]</default> - <summary>Recent application names to suggest for the filter list</summary> - <description>Keeps track of recent application names so we can suggest them in the settings.</description> - </key> - <key name="do-not-disturb" type="b"> - <default>false</default> - <summary>Enable do-not-disturb mode</summary> - <description>On supported desktops enables do-not-disturb mode on the notification daemon.</description> - </key> - <key name="max-items" type="i"> - <range min="1" max="10"/> - <default>5</default> - <_summary>Maximum number of visible items</_summary> - <_description>The indicator will only display at most the number of notifications indicated by this value.</_description> - </key> - </schema> -</schemalist> |