From 9c389df727c97c429516ed2b7bc8cc21669dc7de Mon Sep 17 00:00:00 2001 From: Ido Henri Mamia Date: Thu, 16 May 2024 23:14:54 +0300 Subject: [PATCH] Add chat direction to the settings store --- 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 c4ccb5eec..90b1844cb 100644 --- a/src/lib/stores/index.ts +++ b/src/lib/stores/index.ts @@ -81,6 +81,7 @@ type Settings = { notificationEnabled?: boolean; title?: TitleSettings; splitLargeDeltas?: boolean; + chatDirection: 'LTR' | 'RTL'; system?: string; requestFormat?: string;