1
0
Эх сурвалжийг харах

Add chat direction to the settings store

Ido Henri Mamia 1 жил өмнө
parent
commit
9c389df727

+ 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;