diff options
author | Robert Tari <robert@tari.in> | 2023-05-07 03:32:55 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-06-06 09:02:39 +0200 |
commit | cf32ce6be9b43a02d6ef36af877ba59562878ba4 (patch) | |
tree | 2370c92ae457865fade5768ed8fbf576885e3bcd /tests | |
parent | 514cd38938c38c45788f19bfcef4341c5a856833 (diff) | |
download | ayatana-indicator-session-cf32ce6be9b43a02d6ef36af877ba59562878ba4.tar.gz ayatana-indicator-session-cf32ce6be9b43a02d6ef36af877ba59562878ba4.tar.bz2 ayatana-indicator-session-cf32ce6be9b43a02d6ef36af877ba59562878ba4.zip |
Add custom label to admin section
Diffstat (limited to 'tests')
-rw-r--r-- | tests/org.ayatana.indicator.session.gschema.xml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/tests/org.ayatana.indicator.session.gschema.xml b/tests/org.ayatana.indicator.session.gschema.xml index b6bacd8..2e1c01f 100644 --- a/tests/org.ayatana.indicator.session.gschema.xml +++ b/tests/org.ayatana.indicator.session.gschema.xml @@ -51,6 +51,20 @@ <summary>Show bug report item</summary> <description>Show the bug report menu item.</description> </key> + <key name="show-custom-item" type="b"> + <default>false</default> + <summary>Show custom item</summary> + <description>Show the custom menu item.</description> + </key> + <key name="custom-item-label" type="s"> + <default>""</default> + <summary>Custom item label</summary> + <description>The label of the custom menu item.</description> + </key> + <key name="custom-item-uri" type="s"> + <default>""</default> + <summary>Custom item URI</summary> + <description>The location the custom menu item should open.</description> + </key> </schema> - </schemalist> |