diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-06-06 09:03:43 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-06-06 09:03:43 +0200 |
commit | c09eb8ccfa2e7731ca15564e2f17d186f7910dbc (patch) | |
tree | 2370c92ae457865fade5768ed8fbf576885e3bcd /data | |
parent | 3977a1e63e1be54c009194d9b762b6fb49fc42b9 (diff) | |
parent | cf32ce6be9b43a02d6ef36af877ba59562878ba4 (diff) | |
download | ayatana-indicator-session-c09eb8ccfa2e7731ca15564e2f17d186f7910dbc.tar.gz ayatana-indicator-session-c09eb8ccfa2e7731ca15564e2f17d186f7910dbc.tar.bz2 ayatana-indicator-session-c09eb8ccfa2e7731ca15564e2f17d186f7910dbc.zip |
Merge branch 'tari01-pr/custom-item'
Attributes GH PR #86: https://github.com/AyatanaIndicators/ayatana-indicator-session/pull/86
Diffstat (limited to 'data')
-rw-r--r-- | data/org.ayatana.indicator.session.gschema.xml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/data/org.ayatana.indicator.session.gschema.xml b/data/org.ayatana.indicator.session.gschema.xml index dd35390..807c631 100644 --- a/data/org.ayatana.indicator.session.gschema.xml +++ b/data/org.ayatana.indicator.session.gschema.xml @@ -55,6 +55,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> |