summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorClement Lefebvre <[email protected]>2017-08-16 02:30:35 +0200
committerMartin Wimpress <[email protected]>2017-08-16 01:30:35 +0100
commit4a25da504204639cee268d0fac1516f03d2fe6bb (patch)
treef2bac3dbb8d50e07f78742b79b227f1ab3520fa3 /data
parent5094a9b27c8430079199afdcc2f5a32c96089349 (diff)
downloadmate-panel-4a25da504204639cee268d0fac1516f03d2fe6bb.tar.bz2
mate-panel-4a25da504204639cee268d0fac1516f03d2fe6bb.tar.xz
Add a gsettings key to enable/disable SNI Support (#600)
Diffstat (limited to 'data')
-rw-r--r--data/org.mate.panel.gschema.xml.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.mate.panel.gschema.xml.in b/data/org.mate.panel.gschema.xml.in
index 9c6fdb8c..8149db81 100644
--- a/data/org.mate.panel.gschema.xml.in
+++ b/data/org.mate.panel.gschema.xml.in
@@ -84,5 +84,10 @@
<summary>Disable Force Quit</summary>
<description>If true, the panel will not allow a user to force an application to quit by removing access to the force quit button.</description>
</key>
+ <key name="enable-sni-support" type="b">
+ <default>true</default>
+ <summary>Enable SNI support</summary>
+ <description>If true, the panel provides support for SNI.</description>
+ </key>
</schema>
</schemalist>