summaryrefslogtreecommitdiff
path: root/source/options-storage.ts
diff options
context:
space:
mode:
Diffstat (limited to 'source/options-storage.ts')
-rw-r--r--source/options-storage.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/options-storage.ts b/source/options-storage.ts
index 7cab0b01..0fc0722f 100644
--- a/source/options-storage.ts
+++ b/source/options-storage.ts
@@ -4,6 +4,7 @@ export interface RGHOptions {
customCSS: string;
personalToken: string;
logging: boolean;
+ minimizedUsers: string;
[featureName: string]: string | boolean;
}
@@ -27,6 +28,7 @@ export default new OptionsSync({
customCSS: '',
personalToken: '',
logging: false,
+ minimizedUsers: '',
...featureOptions
} as RGHOptions,
migrations: [