Skip to content
Snippets Groups Projects
Commit 49eeb26b authored by GreemDev's avatar GreemDev
Browse files

UI: I may be stupid. Primary button result is Ok, not Yes.

parent f8d63f9a
No related branches found
Tags Canary-1.2.52
No related merge requests found
......@@ -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));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment