Skip to content

Commit

Permalink
Remove redundant qualifier
Browse files Browse the repository at this point in the history
  • Loading branch information
stanriders committed Aug 30, 2024
1 parent ceb651d commit 8235343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PerformanceCalculatorGUI/Screens/ProfileScreen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ private void calculateProfile(string username)
Schedule(() =>
{
loadingLayer.Hide();
calculationButton.State.Value = Components.ButtonState.Done;
calculationButton.State.Value = ButtonState.Done;
});
}, TaskContinuationOptions.None);
}
Expand Down

0 comments on commit 8235343

Please sign in to comment.