1
0
Fork 0
mirror of https://github.com/ppy/osu-tools.git synced 2025-06-09 09:35:15 +09:00

Remove redundant qualifier

This commit is contained in:
StanR 2024-08-30 22:53:23 +05:00
parent ceb651d1e0
commit 8235343661

View file

@ -311,7 +311,7 @@ namespace PerformanceCalculatorGUI.Screens
Schedule(() =>
{
loadingLayer.Hide();
calculationButton.State.Value = Components.ButtonState.Done;
calculationButton.State.Value = ButtonState.Done;
});
}, TaskContinuationOptions.None);
}