mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2024-12-22 18:05:46 +00:00
UI: I may be stupid. Primary button result is Ok, not Yes.
This commit is contained in:
parent
f8d63f9a2f
commit
49eeb26b6f
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ namespace Ryujinx.Ava
|
|||
LocaleManager.Instance[LocaleKeys.DialogUpdaterAlreadyOnLatestVersionMessage],
|
||||
string.Empty);
|
||||
|
||||
if (userResult is UserResult.Yes)
|
||||
if (userResult is UserResult.Ok)
|
||||
{
|
||||
OpenHelper.OpenUrl(ReleaseInformation.GetChangelogForVersion(currentVersion));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue