소스 검색

Add chat direction to the settings store

Ido Henri Mamia 11 달 전
부모
커밋
9c389df727
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/lib/stores/index.ts

+ 1 - 0
src/lib/stores/index.ts

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