1
0
Timothy Jaeryang Baek 4 сар өмнө
parent
commit
bb06df80a2

+ 2 - 0
src/lib/components/chat/Settings/Interface.svelte

@@ -288,6 +288,8 @@
 		titleAutoGenerate = $settings?.title?.auto ?? true;
 		autoTags = $settings.autoTags ?? true;
 
+		highContrastMode = $settings.highContrastMode ?? false;
+
 		detectArtifacts = $settings.detectArtifacts ?? true;
 		responseAutoCopy = $settings.responseAutoCopy ?? false;