diff --git a/PerformanceCalculatorGUI/Screens/ProfileScreen.cs b/PerformanceCalculatorGUI/Screens/ProfileScreen.cs index 07426cf84..ce669f726 100644 --- a/PerformanceCalculatorGUI/Screens/ProfileScreen.cs +++ b/PerformanceCalculatorGUI/Screens/ProfileScreen.cs @@ -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); }