mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
refac
This commit is contained in:
parent
7ca35068a6
commit
db836c53f6
1 changed files with 1 additions and 0 deletions
|
|
@ -293,6 +293,7 @@
|
||||||
onMount(async () => {
|
onMount(async () => {
|
||||||
titleAutoGenerate = $settings?.title?.auto ?? true;
|
titleAutoGenerate = $settings?.title?.auto ?? true;
|
||||||
autoTags = $settings.autoTags ?? true;
|
autoTags = $settings.autoTags ?? true;
|
||||||
|
autoFollowUps = $settings.autoFollowUps ?? true;
|
||||||
|
|
||||||
highContrastMode = $settings.highContrastMode ?? false;
|
highContrastMode = $settings.highContrastMode ?? false;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue