1
0
Fork 0

For #5529: Enable about:config in geckoNightly.

master
Agi Sferro 2019-09-25 10:53:47 -07:00 committed by Emily Kager
parent 44bb592b43
commit 365936b8df
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ object GeckoProvider {
.useContentProcessHint(true)
.telemetryDelegate(GeckoAdapter())
.debugLogging(BuildConfig.DEBUG)
.aboutConfigEnabled(true)
.build()
if (!Settings.getInstance(context).shouldUseAutoSize) {