mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 06:46:24 +02:00
misc: [ci skip] fix typo in comment & rename CheckForUpdateAsync
This commit is contained in:
parent
3950e8adff
commit
f2aea4fb22
4 changed files with 5 additions and 5 deletions
|
@ -419,7 +419,7 @@ namespace Ryujinx.Ava.UI.Windows
|
|||
.Catch(task => Logger.Error?.Print(LogClass.Application, $"Updater Error: {task.Exception}"));
|
||||
break;
|
||||
case UpdaterType.CheckInBackground:
|
||||
if ((await Updater.CheckForUpdateAsync()).TryGet(out (Version Current, Version Incoming) versions))
|
||||
if ((await Updater.CheckVersionAsync()).TryGet(out (Version Current, Version Incoming) versions))
|
||||
{
|
||||
Dispatcher.UIThread.Post(() => RyujinxApp.MainWindow.ViewModel.UpdateAvailable = versions.Current < versions.Incoming);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue