0
0
Fork 0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2025-01-09 15:51:59 +00:00

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

This commit is contained in:
Evan Husted 2024-11-22 14:46:10 -06:00
parent b5d5256c61
commit 2ed3836093

View file

@ -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));
}