Merge pull request #445 from skot/GitHub-Check-Note

Add info for check on update
This commit is contained in:
WantClue 2024-11-02 19:42:48 +01:00 committed by GitHub
commit 7e46c48008
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,7 @@
<div class="card" *ngIf="checkLatestRelease == false">
<h5>Current Version: {{(info$ | async)?.version}}</h5>
<h2>Latest Release: <p-button (onClick)="checkLatestRelease = true">Check</p-button></h2>
<small>Clicking this button will connect to GitHub to check for recent updates</small>
</div>
<div class="card" *ngIf="checkLatestRelease == true">
<ng-container *ngIf="latestRelease$ | async as latestRelease">
@ -51,4 +52,4 @@
<small>(www.bin)</small>
</div>
</div>
</div>
</div>