diff options
author | Clement Lefebvre <[email protected]> | 2017-08-16 02:30:35 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-11-06 14:47:36 +0100 |
commit | 9fadd2486c2d9fae7057207bca9143fc9421b97b (patch) | |
tree | 6c35301af58de67c78b143fb6dd7f363331e03a4 /data | |
parent | 6535fefbddb1d2dd6cb93a60789e3a73c57d7fb0 (diff) | |
download | mate-panel-9fadd2486c2d9fae7057207bca9143fc9421b97b.tar.bz2 mate-panel-9fadd2486c2d9fae7057207bca9143fc9421b97b.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.in | 5 |
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> |