diff options
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> |