Commit 9c389df7 authored by Ido Henri Mamia's avatar Ido Henri Mamia
Browse files

Add chat direction to the settings store

parent 90503be2
...@@ -81,6 +81,7 @@ type Settings = { ...@@ -81,6 +81,7 @@ type Settings = {
notificationEnabled?: boolean; notificationEnabled?: boolean;
title?: TitleSettings; title?: TitleSettings;
splitLargeDeltas?: boolean; splitLargeDeltas?: boolean;
chatDirection: 'LTR' | 'RTL';
system?: string; system?: string;
requestFormat?: string; requestFormat?: string;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment