Enable zoom limit for new installs in Chrome as well
This commit is contained in:
parent
6737061713
commit
d406438527
@ -963,7 +963,7 @@ const ExtensionConf: SettingsInterface = {
|
|||||||
],
|
],
|
||||||
mitigations: {
|
mitigations: {
|
||||||
zoomLimit: {
|
zoomLimit: {
|
||||||
enabled: BrowserDetect.edge || BrowserDetect.isEdgeUA,
|
enabled: true,
|
||||||
limit: 0.997,
|
limit: 0.997,
|
||||||
fullscreenOnly: true
|
fullscreenOnly: true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user