This commit is contained in:
Fredrik Burmester
2024-09-29 19:43:17 +02:00
parent 1c2578477a
commit 12cb6d4963
6 changed files with 72 additions and 24 deletions

View File

@@ -54,7 +54,7 @@ export type DefaultLanguageOption = {
label: string;
};
type Settings = {
export type Settings = {
autoRotate?: boolean;
forceLandscapeInVideoPlayer?: boolean;
usePopularPlugin?: boolean;