mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 13:18:27 +02:00
Add unsupportedNote property
This commit is contained in:
3
src/types/preferences.d.ts
vendored
3
src/types/preferences.d.ts
vendored
@@ -3,7 +3,8 @@ export type PreferenceSetting = {
|
||||
optionsGroup?: string;
|
||||
options?: {[index: string]: string};
|
||||
multipleOptions?: {[index: string]: string};
|
||||
unsupported?: string | boolean;
|
||||
unsupported?: boolean;
|
||||
unsupported_note?: string | HTMLElement;
|
||||
note?: string | HTMLElement;
|
||||
type?: SettingElementType;
|
||||
ready?: (setting: PreferenceSetting) => void;
|
||||
|
Reference in New Issue
Block a user