fix settings interface

This commit is contained in:
Tamius Han 2021-04-10 04:17:07 +02:00
parent ddbddc45a9
commit 0bed840b6f

View File

@ -285,7 +285,7 @@ interface SettingsInterface {
} }
}, },
css?: string; css?: string;
usePlayerArInFullscreen: boolean; usePlayerArInFullscreen?: boolean;
} }
} }
} }