Rename button spinner prop again

This commit is contained in:
ansel
2022-11-30 13:30:57 +03:00
parent f0922d34bb
commit a8422961dc
2 changed files with 10 additions and 10 deletions

View File

@ -116,9 +116,9 @@ namespace osu.Game.Tests.Visual.UserInterface
private void onCommit(string value)
{
CommitButton.IsLoading = true;
CommitButton.IsLoadingSpinnerShown = true;
CommittedText = value;
Scheduler.AddDelayed(() => CommitButton.IsLoading = false, 1000);
Scheduler.AddDelayed(() => CommitButton.IsLoadingSpinnerShown = false, 1000);
}
protected override LocalisableString FooterText => @"Footer text. And it is pretty long. Cool.";