From 6fd91e58cf20daf473bbe3f3d42fc4d8c86bc5d2 Mon Sep 17 00:00:00 2001 From: Sine Jespersen Date: Fri, 6 Jun 2025 13:38:35 +0200 Subject: [PATCH] add highContrastMode to type Settings --- src/lib/stores/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/stores/index.ts b/src/lib/stores/index.ts index 97057726d..fc64a6ecd 100644 --- a/src/lib/stores/index.ts +++ b/src/lib/stores/index.ts @@ -142,6 +142,7 @@ type Settings = { audio?: AudioSettings; showUsername?: boolean; notificationEnabled?: boolean; + highContrastMode?: boolean; title?: TitleSettings; splitLargeDeltas?: boolean; chatDirection: 'LTR' | 'RTL' | 'auto';