Skip to content

Commit

Permalink
fix downloadable
Browse files Browse the repository at this point in the history
  • Loading branch information
InuInu2022 committed Oct 12, 2024
1 parent 0ae207d commit b3d60fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/YMM4VoiSonaPlugin/ViewModel/TalkSettingViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public TalkSettingViewModel()
HasUpdate = await checker
.IsAvailableAsync(typeof(TalkSettingViewModel))
.ConfigureAwait(true);
IsDownloadable = HasUpdate;
UpdateMessage = await GetUpdateMessageAsync().ConfigureAwait(true);
});

Expand Down

0 comments on commit b3d60fa

Please sign in to comment.