diff options
author | Robert Tari <robert@tari.in> | 2020-10-26 00:00:22 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2020-10-26 00:00:22 +0100 |
commit | 73163e638c78e07db623c9e698d00871a9602b3a (patch) | |
tree | 4b4b6bd106f6e5315971bf8d150c1cae8756e7e5 /data/org.ayatana.indicator.bluetooth.gschema.xml.in | |
parent | 5024aafdba098a7c4f481357c206c4cd1437ccf2 (diff) | |
parent | 6a5ff48144130ac7384c306458ac227e21aec637 (diff) | |
download | ayatana-indicator-bluetooth-73163e638c78e07db623c9e698d00871a9602b3a.tar.gz ayatana-indicator-bluetooth-73163e638c78e07db623c9e698d00871a9602b3a.tar.bz2 ayatana-indicator-bluetooth-73163e638c78e07db623c9e698d00871a9602b3a.zip |
Attributes GH PR #2: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/2
Merge branch 'sunweaver-pr/ayatana-indicators-port' into master
Diffstat (limited to 'data/org.ayatana.indicator.bluetooth.gschema.xml.in')
-rw-r--r-- | data/org.ayatana.indicator.bluetooth.gschema.xml.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/org.ayatana.indicator.bluetooth.gschema.xml.in b/data/org.ayatana.indicator.bluetooth.gschema.xml.in new file mode 100644 index 0000000..e1f5f8e --- /dev/null +++ b/data/org.ayatana.indicator.bluetooth.gschema.xml.in @@ -0,0 +1,9 @@ +<schemalist> + <schema id="org.ayatana.indicator.bluetooth" path="/org/ayatana/indicator/bluetooth/"> + <key name="visible" type="b"> + <default>true</default> + <_summary>Whether or not to show the bluetooth indicator in the menu bar.</_summary> + <_description>Whether or not to show the bluetooth indicator in the menu bar.</_description> + </key> + </schema> +</schemalist> |