summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJan-Michael Brummer <jan.brummer@tabos.org>2021-08-09 15:53:59 +0200
committerMarge Bot <marge-bot@gnome.org>2021-08-09 20:51:57 +0000
commite3472435fcab791a4017ee9a5a26d8abfd34b4be (patch)
treec1dafc558707190c0a2583a14573846f09bee159 /data
parentce4ebd6f7909a6fa3e5a5cb8262cfe22029db2b0 (diff)
downloadepiphany-e3472435fcab791a4017ee9a5a26d8abfd34b4be.tar.gz
Always save pinned tabs in session
When policy is set the NEVER we obviously never write a session file. With the pinned tabs option this does not seems to be a good option, so let's mimic other browsers and store them even if policy is set to NEVER. Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/1508 Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/997>
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.epiphany.gschema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml
index a82713bda..3e6cd82c3 100644
--- a/data/org.gnome.epiphany.gschema.xml
+++ b/data/org.gnome.epiphany.gschema.xml
@@ -49,7 +49,7 @@
<key name="restore-session-policy" enum="org.gnome.Epiphany.EphyPrefsRestoreSessionPolicy">
<default>'always'</default>
<summary>Whether to automatically restore the last session</summary>
- <description>Defines how the session will be restored during startup. Allowed values are “always” (the previous state of the application is always restored), “crashed” (the session is only restored if the application crashes) and “never” (the homepage is always shown).</description>
+ <description>Defines how the session will be restored during startup. Allowed values are “always” (the previous state of the application is always restored) and “crashed” (the session is only restored if the application crashes).</description>
</key>
<key type="b" name="restore-session-delaying-loads">
<default>true</default>