aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores.types.ts
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-06-18 11:47:47 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-06-18 22:16:09 +0530
commit8c3323bc6c1743f04dee7598e186e07cd793ab7f (patch)
tree16b7421bb46cece0692b22e74ed228ad153bea48 /src/stores.types.ts
parent6.0.0-nightly.66 [skip ci] (diff)
downloadferdium-app-8c3323bc6c1743f04dee7598e186e07cd793ab7f.tar.gz
ferdium-app-8c3323bc6c1743f04dee7598e186e07cd793ab7f.tar.zst
ferdium-app-8c3323bc6c1743f04dee7598e186e07cd793ab7f.zip
Add ability to set the progressbar color from the Settings screen
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;