Timothy Jaeryang Baek 5 tháng trước cách đây
mục cha
commit
bb06df80a2
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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;