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