0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 13:43:04 -05:00

Improving general > startup settings

This commit is contained in:
Bert van der Weerd 2022-03-21 13:33:27 +01:00
parent e346e0e077
commit 81dcd49caa
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1
3 changed files with 15 additions and 1 deletions

View file

@ -19,3 +19,4 @@ patches/ui-patches/remove-organization-policy-banner.patch
patches/ui-patches/remove-snippets-from-home.patch patches/ui-patches/remove-snippets-from-home.patch
patches/ui-patches/sanitizing-description.patch patches/ui-patches/sanitizing-description.patch
patches/urlbarprovider-interventions.patch patches/urlbarprovider-interventions.patch
ui-patches/hide-default-browser.patch

View file

@ -0,0 +1,13 @@
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 @@
</vbox>
#ifdef HAVE_SHELL_SERVICE
- <vbox id="defaultBrowserBox">
+ <vbox id="defaultBrowserBox" hidden="true">
<checkbox id="alwaysCheckDefault" preference="browser.shell.checkDefaultBrowser"
disabled="true"
data-l10n-id="always-check-default"/>

View file

@ -5,7 +5,7 @@
startup-restore-windows-and-tabs = startup-restore-windows-and-tabs =
- .label = Open previous windows and tabs - .label = Open previous windows and tabs
+ .label = Open previous windows and tabs (requires enabling browsing history) + .label = Open previous windows and tabs. <a href="https://librewolf.net/docs/faq/#why-is-session-restore-not-working">What if it doesn't work?</a>
.accesskey = s .accesskey = s
startup-restore-warn-on-quit = startup-restore-warn-on-quit =