mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 21:32:05 -08:00
Bump to beta.17
This commit is contained in:
parent
90c3cd6c78
commit
c5cad3040c
3 changed files with 3 additions and 3 deletions
|
|
@ -746,8 +746,7 @@ defaultPref("toolkit.telemetry.server", "");
|
||||||
defaultPref("extensions.blocklist.enabled", false);
|
defaultPref("extensions.blocklist.enabled", false);
|
||||||
|
|
||||||
// Force Firefox Devtools to open in a separate window.
|
// Force Firefox Devtools to open in a separate window.
|
||||||
// Causes strange artifacts that make it difficult to debug:
|
defaultPref("devtools.toolbox.host", "window");
|
||||||
// defaultPref("devtools.toolbox.host", "window");
|
|
||||||
|
|
||||||
// Disable auto translations
|
// Disable auto translations
|
||||||
defaultPref("browser.translations.enable", false);
|
defaultPref("browser.translations.enable", false);
|
||||||
|
|
|
||||||
|
|
@ -92,5 +92,6 @@
|
||||||
{ "property": "mediaDevices:speakers", "type": "uint" },
|
{ "property": "mediaDevices:speakers", "type": "uint" },
|
||||||
{ "property": "mediaDevices:enabled", "type": "bool" },
|
{ "property": "mediaDevices:enabled", "type": "bool" },
|
||||||
{ "property": "memorysaver", "type": "bool" },
|
{ "property": "memorysaver", "type": "bool" },
|
||||||
|
{ "property": "addons", "type": "array" },
|
||||||
{ "property": "debug", "type": "bool" }
|
{ "property": "debug", "type": "bool" }
|
||||||
]
|
]
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
version=132.0.2
|
version=132.0.2
|
||||||
release=beta.16
|
release=beta.17
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue