aboutsummaryrefslogtreecommitdiffstats
path: root/src/@types/stores.types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/@types/stores.types.ts')
-rw-r--r--src/@types/stores.types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/@types/stores.types.ts b/src/@types/stores.types.ts
index dc5da563f..973889802 100644
--- a/src/@types/stores.types.ts
+++ b/src/@types/stores.types.ts
@@ -125,6 +125,7 @@ export interface AppStore extends TypedStore {
125 FAILED: 'FAILED'; 125 FAILED: 'FAILED';
126 }; 126 };
127 universalDarkMode: boolean; 127 universalDarkMode: boolean;
128 isDownloading: () => boolean;
128 cacheSize: () => void; 129 cacheSize: () => void;
129 debugInfo: () => void; 130 debugInfo: () => void;
130 enableLongPressServiceHint: boolean; 131 enableLongPressServiceHint: boolean;