Enable zoom limit for new installs in Chrome as well

This commit is contained in:
Tamius Han 2021-04-10 04:03:14 +02:00
parent 6737061713
commit d406438527

View File

@ -963,7 +963,7 @@ const ExtensionConf: SettingsInterface = {
],
mitigations: {
zoomLimit: {
enabled: BrowserDetect.edge || BrowserDetect.isEdgeUA,
enabled: true,
limit: 0.997,
fullscreenOnly: true
}