mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 02:50:46 -07:00
Ava UI: Fixes and cleanup Updater (#4269)
* ava: Fixes and cleanup Updater * _updateSuccessful
This commit is contained in:
@ -165,7 +165,7 @@ namespace Ryujinx.Ava.UI.Views.Main
|
||||
|
||||
public async void CheckForUpdates(object sender, RoutedEventArgs e)
|
||||
{
|
||||
if (Updater.CanUpdate(true, Window))
|
||||
if (Updater.CanUpdate(true))
|
||||
{
|
||||
await Updater.BeginParse(Window, true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user