mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 05:45:19 +00:00
add highContrastMode to type Settings
This commit is contained in:
parent
b433d30c26
commit
6fd91e58cf
1 changed files with 1 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ type Settings = {
|
||||||
audio?: AudioSettings;
|
audio?: AudioSettings;
|
||||||
showUsername?: boolean;
|
showUsername?: boolean;
|
||||||
notificationEnabled?: boolean;
|
notificationEnabled?: boolean;
|
||||||
|
highContrastMode?: boolean;
|
||||||
title?: TitleSettings;
|
title?: TitleSettings;
|
||||||
splitLargeDeltas?: boolean;
|
splitLargeDeltas?: boolean;
|
||||||
chatDirection: 'LTR' | 'RTL' | 'auto';
|
chatDirection: 'LTR' | 'RTL' | 'auto';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue