Timothy Jaeryang Baek 4 months ago
parent
commit
bb06df80a2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/components/chat/Settings/Interface.svelte

+ 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;