mirror of
https://github.com/open-webui/open-webui
synced 2025-06-23 02:16:52 +00:00
add highContrastMode to type Settings
This commit is contained in:
parent
b433d30c26
commit
6fd91e58cf
@ -142,6 +142,7 @@ type Settings = {
|
||||
audio?: AudioSettings;
|
||||
showUsername?: boolean;
|
||||
notificationEnabled?: boolean;
|
||||
highContrastMode?: boolean;
|
||||
title?: TitleSettings;
|
||||
splitLargeDeltas?: boolean;
|
||||
chatDirection: 'LTR' | 'RTL' | 'auto';
|
||||
|
Loading…
Reference in New Issue
Block a user