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 = {
notificationEnabled?: boolean;
title?: TitleSettings;
splitLargeDeltas?: boolean;
chatDirection: 'LTR' | 'RTL';
system?: 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