aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores.types.ts
diff options
context:
space:
mode:
authorLibravatar niu tech <jerzyglowacki@gmail.com>2021-11-12 23:52:58 +0100
committerLibravatar GitHub <noreply@github.com>2021-11-13 04:22:58 +0530
commitad17ec5ccad3ceffd383f228d4529438b5a3b9a6 (patch)
treef8cb939e8a1ae8d24126d37dfcd7e4b00c85eba0 /src/stores.types.ts
parentNew Crowdin updates (#2219) (diff)
downloadferdium-app-ad17ec5ccad3ceffd383f228d4529438b5a3b9a6.tar.gz
ferdium-app-ad17ec5ccad3ceffd383f228d4529438b5a3b9a6.tar.zst
ferdium-app-ad17ec5ccad3ceffd383f228d4529438b5a3b9a6.zip
Adjust number of columns for Split Mode (#2208)
Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
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}