diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2013-07-06 14:59:13 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2013-09-16 22:04:47 +0800 |
commit | 6312d03df0a10a59c8c71f695d1ae574930fc771 (patch) | |
tree | 52909442f31c8a2b0460bbda41989c305d995d25 /data | |
parent | 1a5eb4d9c9e9a8ed9c0ac18069a983cd712a9dc5 (diff) | |
download | gsoc2013-epiphany-6312d03df0a10a59c8c71f695d1ae574930fc771.tar gsoc2013-epiphany-6312d03df0a10a59c8c71f695d1ae574930fc771.tar.gz gsoc2013-epiphany-6312d03df0a10a59c8c71f695d1ae574930fc771.tar.bz2 gsoc2013-epiphany-6312d03df0a10a59c8c71f695d1ae574930fc771.tar.lz gsoc2013-epiphany-6312d03df0a10a59c8c71f695d1ae574930fc771.tar.xz gsoc2013-epiphany-6312d03df0a10a59c8c71f695d1ae574930fc771.tar.zst gsoc2013-epiphany-6312d03df0a10a59c8c71f695d1ae574930fc771.zip |
Add gsettings key "extract-downloaded-archives"
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.epiphany.gschema.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml index 9d61f050d..ccd6d1d2c 100644 --- a/data/org.gnome.epiphany.gschema.xml +++ b/data/org.gnome.epiphany.gschema.xml @@ -24,6 +24,11 @@ <summary>Automatic downloads</summary> <description>When files cannot be opened by the browser they are automatically downloaded to the download folder and opened with the appropriate application.</description> </key> + <key type="b" name="extract-downloaded-archives"> + <default>true</default> + <summary>Extract downloaded archives</summary> + <description>Automatically extract files from downloaded archive files</description> + </key> <key type="b" name="new-windows-in-tabs"> <default>true</default> <summary>Force new windows to be opened in tabs</summary> |