diff --git a/src/common/interfaces/SettingsInterface.ts b/src/common/interfaces/SettingsInterface.ts index 8c1d1ce..4eac694 100644 --- a/src/common/interfaces/SettingsInterface.ts +++ b/src/common/interfaces/SettingsInterface.ts @@ -52,6 +52,8 @@ export type SettingsReloadComponent = 'PlayerData' | 'VideoData'; export type SettingsReloadFlags = true | SettingsReloadComponent; export interface AardSettings { + aardType: 'webgl' | 'legacy' | 'auto'; + disabledReason: string, // if automatic aspect ratio has been disabled, show reason allowedMisaligned: number, // top and bottom letterbox thickness can differ by this much. // Any more and we don't adjust ar. diff --git a/src/csui/PlayerOverlay.vue b/src/csui/PlayerOverlay.vue index 9991c54..27b6704 100644 --- a/src/csui/PlayerOverlay.vue +++ b/src/csui/PlayerOverlay.vue @@ -2,12 +2,11 @@
+ Pressing the button will reset settings to default without asking. +
+ +