Add chat direction to the settings store

This commit is contained in:
Ido Henri Mamia 2024-05-16 23:14:54 +03:00
parent 90503be2ed
commit 9c389df727

View File

@ -81,6 +81,7 @@ type Settings = {
notificationEnabled?: boolean;
title?: TitleSettings;
splitLargeDeltas?: boolean;
chatDirection: 'LTR' | 'RTL';
system?: string;
requestFormat?: string;