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 c63cdd4b8..34922c199 100644
--- a/src/stores.types.ts
+++ b/src/stores.types.ts
@@ -276,6 +276,7 @@ interface UIStore {
276 actionStatus: () => void; 276 actionStatus: () => void;
277 isDarkThemeActive: () => void; 277 isDarkThemeActive: () => void;
278 isSplitModeActive: () => void; 278 isSplitModeActive: () => void;
279 splitColumnsNo: () => void;
279 showMessageBadgesEvenWhenMuted: () => void; 280 showMessageBadgesEvenWhenMuted: () => void;
280 theme: () => void; 281 theme: () => void;
281} 282}