mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-02-17 11:28:36 +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…
x
Reference in New Issue
Block a user