Feature: cache release data, allow disable release checking (#4917)

This commit is contained in:
shamoon 2025-03-14 08:34:59 -07:00 committed by GitHub
parent 544b9aef2f
commit 859bd459a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 30 additions and 7 deletions

View file

@ -480,7 +480,7 @@ function Home({ initialSettings }) {
</div>
<div id="version" className="flex mt-4 w-full justify-end">
{!settings.hideVersion && <Version />}
{!settings.hideVersion && <Version disableUpdateCheck={settings.disableUpdateCheck} />}
</div>
</div>
</div>