1
0
Fork 0

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

master
Emily Kager 2019-09-12 09:05:16 -07:00 committed by Sawyer Blatz
parent 4461230e9b
commit fcb0448fa5
1 changed files with 1 additions and 0 deletions

View File

@ -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
)