summaryrefslogtreecommitdiff
path: root/hide-default-browser.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-04-15 16:57:02 -0400
committerB. Stack <bgstack15@gmail.com>2022-04-15 16:57:02 -0400
commit9c00f7050567825bc089bec6991629fb49830394 (patch)
treec13d4e5ed3c52e8100cd9365309641554a721242 /hide-default-browser.patch
parentMerge branch 'b98.0-3-npgo' into 'b98.0-3' (diff)
downloadlibrewolf-fedora-ff-9c00f7050567825bc089bec6991629fb49830394.tar.gz
librewolf-fedora-ff-9c00f7050567825bc089bec6991629fb49830394.tar.bz2
librewolf-fedora-ff-9c00f7050567825bc089bec6991629fb49830394.zip
librewolf for fedora 99.0.1-1 rc1
Diffstat (limited to 'hide-default-browser.patch')
-rw-r--r--hide-default-browser.patch8
1 files changed, 5 insertions, 3 deletions
diff --git a/hide-default-browser.patch b/hide-default-browser.patch
index 4923780..3db1aa3 100644
--- a/hide-default-browser.patch
+++ b/hide-default-browser.patch
@@ -1,8 +1,10 @@
-diff --git a/browser/components/preferences/main.inc.xhtml b/browser/components/preferences/main.inc.xhtml
-index 855ee64..617911a 100644
--- a/browser/components/preferences/main.inc.xhtml
+++ b/browser/components/preferences/main.inc.xhtml
-@@ -32,7 +32,7 @@
+@@ -29,10 +29,11 @@
+ <vbox id="startupPageBox">
+ <checkbox id="browserRestoreSession"
+ data-l10n-id="startup-restore-windows-and-tabs"/>
++ <label id="sessionRestoreLearnMore" is="text-link" class="learnMore" data-l10n-id="session-restore-learn-more"/>
</vbox>
#ifdef HAVE_SHELL_SERVICE
bgstack15