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:
parent
ceb651d1e0
commit
8235343661
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ namespace PerformanceCalculatorGUI.Screens
|
||||||
Schedule(() =>
|
Schedule(() =>
|
||||||
{
|
{
|
||||||
loadingLayer.Hide();
|
loadingLayer.Hide();
|
||||||
calculationButton.State.Value = Components.ButtonState.Done;
|
calculationButton.State.Value = ButtonState.Done;
|
||||||
});
|
});
|
||||||
}, TaskContinuationOptions.None);
|
}, TaskContinuationOptions.None);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue