Skip to content

Commit

Permalink
UI: I may be stupid. Primary button result is Ok, not Yes.
Browse files Browse the repository at this point in the history
  • Loading branch information
GreemDev committed Nov 22, 2024
1 parent f8d63f9 commit 49eeb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ryujinx/Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ await ContentDialogHelper.CreateWarningDialog(
LocaleManager.Instance[LocaleKeys.DialogUpdaterAlreadyOnLatestVersionMessage],
string.Empty);

if (userResult is UserResult.Yes)
if (userResult is UserResult.Ok)
{
OpenHelper.OpenUrl(ReleaseInformation.GetChangelogForVersion(currentVersion));
}
Expand Down

0 comments on commit 49eeb26

Please sign in to comment.