aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2020-08-20 09:41:52 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-08-20 14:38:04 +0200
commit3fbc05dc4cbf564644f2500508e642eb80f07264 (patch)
tree8e76f07319bb1fca66f85fde7eee249cd0a7e818 /data
parentd1b76b9aa5330cc27a0f3ecefc57becfbe8ea02e (diff)
downloadayatana-indicator-notifications-3fbc05dc4cbf564644f2500508e642eb80f07264.tar.gz
ayatana-indicator-notifications-3fbc05dc4cbf564644f2500508e642eb80f07264.tar.bz2
ayatana-indicator-notifications-3fbc05dc4cbf564644f2500508e642eb80f07264.zip
Add option to swap Settings and Clear.
Diffstat (limited to 'data')
-rw-r--r--data/org.ayatana.indicator.notifications.gschema.xml.in.in5
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 db9777a..7c01fee 100644
--- a/data/org.ayatana.indicator.notifications.gschema.xml.in.in
+++ b/data/org.ayatana.indicator.notifications.gschema.xml.in.in
@@ -31,5 +31,10 @@
<_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>
+ <key name="swap-clear-settings" type="b">
+ <default>false</default>
+ <summary>Swap the Clear and Settings items in the menu</summary>
+ <description>This will move the Clear option to the bottom of the menu, below the Settings item.</description>
+ </key>
</schema>
</schemalist>