Skip to content

Commit

Permalink
Update UpdateViewModel.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicPredator committed Mar 23, 2024
1 parent a8b0ec5 commit 2cac0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AniMoe.App/ViewModels/UpdateViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public partial class UpdateViewModel : ObservableObject
private async Task runRequest()
{
LoaderState = true;
//Model = await handler.CheckLatestRelease();
Model = await handler.CheckLatestRelease();
LoaderState = false;
var appVersion = SemVersion.Parse(CurrentAppVersion, SemVersionStyles.Any);
var newVersion = SemVersion.Parse(Model.TagName, SemVersionStyles.Any);
Expand Down

0 comments on commit 2cac0e3

Please sign in to comment.