瀏覽代碼

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