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.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stores.types.ts b/src/stores.types.ts
index 10cc395fd..d09916653 100644
--- a/src/stores.types.ts
+++ b/src/stores.types.ts
@@ -58,6 +58,7 @@ interface Api {
58interface AppStore { 58interface AppStore {
59 actions: Actions; 59 actions: Actions;
60 accentColor: string; 60 accentColor: string;
61 progressbarAccentColor: string;
61 api: Api; 62 api: Api;
62 authRequestFailed: () => void; 63 authRequestFailed: () => void;
63 autoLaunchOnStart: () => void; 64 autoLaunchOnStart: () => void;