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;