aboutsummaryrefslogtreecommitdiff
path: root/data/org.ayatana.indicator.bluetooth.gschema.xml
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2023-09-07 11:43:47 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-09-09 13:55:07 +0200
commitcfde53e29ada7a375b48d9254c26ebff0ab40cf7 (patch)
tree98e23f78f05c8c83d8b50a3083388cab5a41c387 /data/org.ayatana.indicator.bluetooth.gschema.xml
parent99055f62e6874a8a56aed858ef1effc7abe2f994 (diff)
downloadayatana-indicator-bluetooth-cfde53e29ada7a375b48d9254c26ebff0ab40cf7.tar.gz
ayatana-indicator-bluetooth-cfde53e29ada7a375b48d9254c26ebff0ab40cf7.tar.bz2
ayatana-indicator-bluetooth-cfde53e29ada7a375b48d9254c26ebff0ab40cf7.zip
Fix gschema file translation
fixes https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/issues/39
Diffstat (limited to 'data/org.ayatana.indicator.bluetooth.gschema.xml')
-rw-r--r--data/org.ayatana.indicator.bluetooth.gschema.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/org.ayatana.indicator.bluetooth.gschema.xml b/data/org.ayatana.indicator.bluetooth.gschema.xml
new file mode 100644
index 0000000..7862d03
--- /dev/null
+++ b/data/org.ayatana.indicator.bluetooth.gschema.xml
@@ -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>Bluetooth indicator in the menu bar.</summary>
+ <description>Whether or not to show the Bluetooth indicator in the menu bar.</description>
+ </key>
+ </schema>
+</schemalist>