mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
Improving general > startup settings
This commit is contained in:
parent
e346e0e077
commit
81dcd49caa
3 changed files with 15 additions and 1 deletions
|
@ -19,3 +19,4 @@ patches/ui-patches/remove-organization-policy-banner.patch
|
|||
patches/ui-patches/remove-snippets-from-home.patch
|
||||
patches/ui-patches/sanitizing-description.patch
|
||||
patches/urlbarprovider-interventions.patch
|
||||
ui-patches/hide-default-browser.patch
|
||||
|
|
13
patches/ui-patches/hide-default-browser.patch
Normal file
13
patches/ui-patches/hide-default-browser.patch
Normal 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"/>
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
startup-restore-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
|
||||
|
||||
startup-restore-warn-on-quit =
|
||||
|
|
Loading…
Reference in a new issue