diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.epiphany.gschema.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml index 3ceee4047..69386bdf1 100644 --- a/data/org.gnome.epiphany.gschema.xml +++ b/data/org.gnome.epiphany.gschema.xml @@ -77,14 +77,19 @@ </key> <key type="b" name="always-show-tabs-bar"> <default>false</default> - <summary>Always show the tab bar</summary> - <description>Show the tab bar also when there is only one tab open.</description> + <summary>[Deprecated]</summary> + <description>[Deprecated] This setting is deprecated, use 'tabs-bar-visibility-policy' instead.</description> </key> <key type="b" name="downloads-hidden"> <default>false</default> <summary>Visibility of the downloads window</summary> <description>Hide or show the downloads window. When hidden, a notification will be shown when new downloads are started.</description> </key> + <key name="tabs-bar-visibility-policy" enum="org.gnome.Epiphany.EphyPrefsUITabsBarVisibilityPolicy"> + <default>'more-than-one'</default> + <summary>The visibility policy for the tabs bar.</summary> + <description>Controls when the tabs bar is shown. Possible values are 'always' (the tabs bar is always shown) and 'more-than-one' (the tabs bar is only shown if there's two or more tabs).</description> + </key> </schema> <schema path="/org/gnome/epiphany/web/" id="org.gnome.Epiphany.web"> <key type="i" name="min-font-size"> |