mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Rename button spinner prop again
This commit is contained in:
@ -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.";
|
||||
|
Reference in New Issue
Block a user