mirror of
https://github.com/open-webui/open-webui
synced 2025-04-27 09:41:42 +00:00
Add chat direction to the settings store
This commit is contained in:
parent
90503be2ed
commit
9c389df727
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user