mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
enh: option to disable update toast
This commit is contained in:
@@ -231,7 +231,7 @@
|
||||
<SettingsModal bind:show={$showSettings} />
|
||||
<ChangelogModal bind:show={$showChangelog} />
|
||||
|
||||
{#if version && compareVersion(version.latest, version.current)}
|
||||
{#if version && compareVersion(version.latest, version.current) && ($settings?.showUpdateToast ?? true)}
|
||||
<div class=" absolute bottom-8 right-8 z-50" in:fade={{ duration: 100 }}>
|
||||
<UpdateInfoToast
|
||||
{version}
|
||||
|
||||
Reference in New Issue
Block a user