From 8c3323bc6c1743f04dee7598e186e07cd793ab7f Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 18 Jun 2022 11:47:47 +0530 Subject: Add ability to set the progressbar color from the Settings screen --- src/stores.types.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stores.types.ts') 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 { interface AppStore { actions: Actions; accentColor: string; + progressbarAccentColor: string; api: Api; authRequestFailed: () => void; autoLaunchOnStart: () => void; -- cgit v1.2.3-70-g09d2