This commit is contained in:
Timothy Jaeryang Baek
2025-04-06 17:02:39 -07:00
parent 03759e79a3
commit 3413dd8ae1
5 changed files with 6 additions and 6 deletions

View File

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