diff options
author | Jan-Michael Brummer <jan.brummer@tabos.org> | 2020-06-01 00:39:32 +0200 |
---|---|---|
committer | Jan-Michael Brummer <jan.brummer@tabos.org> | 2020-06-11 23:02:16 +0200 |
commit | 178a460f02a479e0b6f5147aba46c6b0dd1b7b35 (patch) | |
tree | d32222e477240dbf168f829186bea388c3f497c3 /data/org.gnome.epiphany.gschema.xml | |
parent | eab38e4f55d058b9d1c60c9d10ced9cee1f7cd37 (diff) | |
download | epiphany-178a460f02a479e0b6f5147aba46c6b0dd1b7b35.tar.gz |
Add run in background option for webapp
Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/673
Diffstat (limited to 'data/org.gnome.epiphany.gschema.xml')
-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 b04ce5687..d719b29af 100644 --- a/data/org.gnome.epiphany.gschema.xml +++ b/data/org.gnome.epiphany.gschema.xml @@ -247,6 +247,11 @@ <summary>WebApp is mobile capable</summary> <description>Whether to show buttons for navigation.</description> </key> + <key type="b" name="run-in-background"> + <default>false</default> + <summary>Hide window on quit</summary> + <description>If enabled, application window is hidden when closing window.</description> + </key> </schema> <schema id="org.gnome.Epiphany.state"> <key type="s" name="download-dir"> |