For #4458 - Enable font inflation with font auto size setting (#5252)

nightly-build-test
Emily Kager 5 years ago committed by Sawyer Blatz
parent 4461230e9b
commit fcb0448fa5

@ -54,6 +54,7 @@ class Core(private val context: Context) {
historyTrackingDelegate = HistoryDelegate(historyStorage),
preferredColorScheme = getPreferredColorScheme(),
automaticFontSizeAdjustment = context.settings.shouldUseAutoSize,
fontInflationEnabled = context.settings.shouldUseAutoSize,
suspendMediaWhenInactive = !FeatureFlags.mediaIntegration
)

Loading…
Cancel
Save