aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores.types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores.types.ts')
-rw-r--r--src/stores.types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores.types.ts b/src/stores.types.ts
index 34922c199..92531eb4a 100644
--- a/src/stores.types.ts
+++ b/src/stores.types.ts
@@ -212,7 +212,7 @@ interface SettingsStore {
212 actions: Actions; 212 actions: Actions;
213 api: Api; 213 api: Api;
214 fileSystemSettingsTypes: any[]; 214 fileSystemSettingsTypes: any[];
215 startup: boolean; 215 loaded: boolean;
216 stores: Stores; 216 stores: Stores;
217 updateAppSettingsRequest: () => void; 217 updateAppSettingsRequest: () => void;
218 _fileSystemSettingsCache: () => void; 218 _fileSystemSettingsCache: () => void;