aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores.types.ts
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-21 04:34:57 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-21 04:34:57 +0100
commit2e30d3ae95592c3440c4347821c4f9e68b3e40b4 (patch)
tree0efa7df63f517c009b13140ec4660739d2090213 /src/stores.types.ts
parentUpdate submodules, browserslist data updates and linter fixes [skip ci] (diff)
downloadferdium-app-2e30d3ae95592c3440c4347821c4f9e68b3e40b4.tar.gz
ferdium-app-2e30d3ae95592c3440c4347821c4f9e68b3e40b4.tar.zst
ferdium-app-2e30d3ae95592c3440c4347821c4f9e68b3e40b4.zip
Reduce AppLayout flashing
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;