Browse code

Don't hide toolbars in fullscreen

Robert Cranston authored on 04/08/2022 01:09:15
Showing 1 changed files

... ...
@@ -103,3 +103,7 @@ user_pref("browser.safebrowsing.phishing.enabled", false);
103 103
 // HTTPS-Only Mode: Enable HTTPS-Only Mode in all windows
104 104
 user_pref("dom.security.https_only_mode", true);
105 105
 user_pref("dom.security.https_only_mode_ever_enabled", true);
106
+
107
+/// User interface
108
+// Don't hide toolbars in fullscreen
109
+user_pref("browser.fullscreen.autohide", false);