mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 13:18:27 +02:00
Add optionsGroup
This commit is contained in:
1
src/types/preferences.d.ts
vendored
1
src/types/preferences.d.ts
vendored
@@ -1,5 +1,6 @@
|
||||
export type PreferenceSetting = {
|
||||
default: any;
|
||||
optionsGroup?: string;
|
||||
options?: {[index: string]: string};
|
||||
multipleOptions?: {[index: string]: string};
|
||||
unsupported?: string | boolean;
|
||||
|
Reference in New Issue
Block a user