correct the interface

This commit is contained in:
Tamius Han 2021-04-05 03:29:56 +02:00
parent 0ac57ca2ac
commit 1b00420388

View File

@ -189,7 +189,7 @@ interface SettingsInterface {
mitigations?: { mitigations?: {
zoomLimit?: { zoomLimit?: {
enabled?: boolean, enabled?: boolean,
fullscreenOnly: boolean, fullscreenOnly?: boolean,
limit?: number, limit?: number,
} }
} }