Add optionsGroup

This commit is contained in:
redphx
2024-07-15 17:10:07 +07:00
parent 7409956616
commit 368a6f726a
3 changed files with 12 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
export type PreferenceSetting = {
default: any;
optionsGroup?: string;
options?: {[index: string]: string};
multipleOptions?: {[index: string]: string};
unsupported?: string | boolean;