summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJan-Michael Brummer <jan.brummer@tabos.org>2020-02-28 22:01:48 +0100
committerJan-Michael Brummer <jan.brummer@tabos.org>2020-03-10 21:09:59 +0100
commit91f81b1c292c003d53c15137fa129abac5ab1e26 (patch)
tree8353508fa2059bdb107180913aadcbeebe16857c /data
parent87ff5beb5a5525cd361500d6055971692a79342e (diff)
downloadepiphany-91f81b1c292c003d53c15137fa129abac5ab1e26.tar.gz
Hide navigation buttons if webapp supports apple-mobile-web-app-capable
Fixes: https://gitlab.gnome.org/GNOME/epiphany/issues/212
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.epiphany.gschema.xml19
1 files changed, 12 insertions, 7 deletions
diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml
index c272268c6..948e3c141 100644
--- a/data/org.gnome.epiphany.gschema.xml
+++ b/data/org.gnome.epiphany.gschema.xml
@@ -231,13 +231,18 @@
<description>Whether to present a directory chooser dialog for every download.</description>
</key>
</schema>
- <schema id="org.gnome.Epiphany.webapp">
- <key type="as" name="additional-urls">
- <default>[]</default>
- <summary>Web application additional URLs</summary>
- <description>The list of URLs that should be opened by the web application</description>
- </key>
- </schema>
+ <schema id="org.gnome.Epiphany.webapp">
+ <key type="as" name="additional-urls">
+ <default>[]</default>
+ <summary>Web application additional URLs</summary>
+ <description>The list of URLs that should be opened by the web application</description>
+ </key>
+ <key type="b" name="mobile-capable">
+ <default>false</default>
+ <summary>WebApp is mobile capable</summary>
+ <description>Whether to show buttons for navigation.</description>
+ </key>
+ </schema>
<schema id="org.gnome.Epiphany.state">
<key type="s" name="download-dir">
<default>'Downloads'</default>