diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2013-02-08 11:57:39 +1300 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2013-02-08 11:57:39 +1300 |
commit | 5ab20c16591d13dff5cf3b41f98ae46bfd6e2fa2 (patch) | |
tree | 1e801ad7456601423af6ed45f60f7478f4a976ff /data/com.canonical.indicator.bluetooth.gschema.xml.in | |
parent | 4643e1008371882190c7dcc3dfcec12d6008152b (diff) | |
download | ayatana-indicator-bluetooth-5ab20c16591d13dff5cf3b41f98ae46bfd6e2fa2.tar.gz ayatana-indicator-bluetooth-5ab20c16591d13dff5cf3b41f98ae46bfd6e2fa2.tar.bz2 ayatana-indicator-bluetooth-5ab20c16591d13dff5cf3b41f98ae46bfd6e2fa2.zip |
Support existing gsettings key to disable indicator
Diffstat (limited to 'data/com.canonical.indicator.bluetooth.gschema.xml.in')
-rw-r--r-- | data/com.canonical.indicator.bluetooth.gschema.xml.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/com.canonical.indicator.bluetooth.gschema.xml.in b/data/com.canonical.indicator.bluetooth.gschema.xml.in new file mode 100644 index 0000000..cb60641 --- /dev/null +++ b/data/com.canonical.indicator.bluetooth.gschema.xml.in @@ -0,0 +1,9 @@ +<schemalist> + <schema id="com.canonical.indicator.bluetooth" path="/com/canonical/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> |