Add chat direction to the settings store
This commit is contained in:
@@ -81,6 +81,7 @@ type Settings = {
|
||||
notificationEnabled?: boolean;
|
||||
title?: TitleSettings;
|
||||
splitLargeDeltas?: boolean;
|
||||
chatDirection: 'LTR' | 'RTL';
|
||||
|
||||
system?: string;
|
||||
requestFormat?: string;
|
||||
|
||||
Reference in New Issue
Block a user