Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ryujinx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ryubing
Ryujinx
Commits
49eeb26b
Commit
49eeb26b
authored
3 months ago
by
GreemDev
Browse files
Options
Downloads
Patches
Plain Diff
UI: I may be stupid. Primary button result is Ok, not Yes.
parent
f8d63f9a
No related branches found
Branches containing commit
Tags
Canary-1.2.52
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Ryujinx/Updater.cs
+1
-1
1 addition, 1 deletion
src/Ryujinx/Updater.cs
with
1 addition
and
1 deletion
src/Ryujinx/Updater.cs
+
1
−
1
View file @
49eeb26b
...
...
@@ -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
));
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment