Skip to content

Fix opening changelog overlay from settings in development#37602

Merged
peppy merged 2 commits intoppy:masterfrom
curoviyxru:dev-showbuild-fix
May 5, 2026
Merged

Fix opening changelog overlay from settings in development#37602
peppy merged 2 commits intoppy:masterfrom
curoviyxru:dev-showbuild-fix

Conversation

@curoviyxru
Copy link
Copy Markdown
Contributor

Just a small fix for crash that occures when clicking local debug in settings footer.

Comment thread osu.Game/Overlays/ChangelogOverlay.cs Outdated
Comment on lines +87 to +93
string[] split = version.Split('-');

if (split.Length < 2)
return;

string versionPart = split[0];
string updateStream = split[1];
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move it out of the performAfterFetch

@pull-request-size pull-request-size Bot added size/S and removed size/XS labels May 3, 2026
@peppy peppy merged commit 27f6e94 into ppy:master May 5, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants