diff options
author | Christian Stadelmann <dev@genodeftest.de> | 2017-04-24 15:36:55 +0200 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@igalia.com> | 2018-04-26 12:35:02 -0500 |
commit | 86d156f74e51f365e62e4e5e581a9b8ba1e4e92e (patch) | |
tree | 7d5d77dd821d0885581bd9d10b663b9d17aa1774 /data | |
parent | 753f4fd63358c7cbc0cc26cf63b9c415a68bf6cd (diff) | |
download | epiphany-86d156f74e51f365e62e4e5e581a9b8ba1e4e92e.tar.gz |
GSettings: Explain "disable-history" key
https://bugzilla.gnome.org/show_bug.cgi?id=768600
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.epiphany.gschema.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml index f1f3d275f..bb882eba6 100644 --- a/data/org.gnome.epiphany.gschema.xml +++ b/data/org.gnome.epiphany.gschema.xml @@ -269,6 +269,8 @@ </key> <key type="b" name="disable-history"> <default>false</default> + <summary>Disable forward and back buttons</summary> + <description>If set to “true”, forward and back buttons are disabled, preventing users from accessing immediate browser history</description> </key> <key type="b" name="disable-save-to-disk"> <default>false</default> |