Skip to content

Conversation

@Givikap120
Copy link
Contributor

No description provided.

RelativeSizeAxes = Axes.X,
Width = 0.25f,
Anchor = Anchor.TopLeft,
Label = "Is legacy score?",
Copy link
Member

Choose a reason for hiding this comment

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

I think it'd be better if we just assumed that if score field is populated then its a legacy score, and if not it's a lazer score.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think it's too implicit and unintuitive


private void updateScoreTextBox()
{
if (ruleset.Value.ShortName == "osu" && legacyScoreSwitchButton.Current.Value)
Copy link
Member

Choose a reason for hiding this comment

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

Maybe show score textbox if CL is enabled instead, legacy scores can't be without CL

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There can be lazer scores with CL

Copy link
Member

Choose a reason for hiding this comment

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

Those won't have scorev1

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's why I'm using legacy score switch instead of CL

Copy link
Member

Choose a reason for hiding this comment

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

@stanriders stanriders added the perfcalc-gui PerformanceCalculatorGUI label Sep 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

perfcalc-gui PerformanceCalculatorGUI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants