mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2024-11-24 02:00:11 +01:00
UI: I may be stupid. Primary button result is Ok, not Yes.
This commit is contained in:
parent
f8d63f9a2f
commit
49eeb26b6f
@ -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 New Issue
Block a user