mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 12:18:48 +00:00
Feature: cache release data, allow disable release checking (#4917)
This commit is contained in:
parent
544b9aef2f
commit
859bd459a8
4 changed files with 30 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue