mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
Add chat direction to the settings store
This commit is contained in:
parent
90503be2ed
commit
9c389df727
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ type Settings = {
|
|||
notificationEnabled?: boolean;
|
||||
title?: TitleSettings;
|
||||
splitLargeDeltas?: boolean;
|
||||
chatDirection: 'LTR' | 'RTL';
|
||||
|
||||
system?: string;
|
||||
requestFormat?: string;
|
||||
|
|
|
|||
Loading…
Reference in a new issue