summaryrefslogtreecommitdiff
path: root/hide-default-browser.patch
blob: 49237803fa8a8b70735273e4ea763af847ec004f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"/>
bgstack15