Skip to content

Commit

Permalink
Merge pull request #445 from skot/GitHub-Check-Note
Browse files Browse the repository at this point in the history
Add info for check on update
  • Loading branch information
WantClue authored Nov 2, 2024
2 parents 80ead68 + cb92dcc commit 7e46c48
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ <h2>Settings</h2>
<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">
Expand Down Expand Up @@ -51,4 +52,4 @@ <h2>Update Website <span *ngIf="websiteUpdateProgress != null">{{websiteUpdatePr
<small>(www.bin)</small>
</div>
</div>
</div>
</div>

0 comments on commit 7e46c48

Please sign in to comment.