mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Block input and show loading when submitting registration
This commit is contained in:
@ -8,6 +8,9 @@ using osuTK.Graphics;
|
||||
|
||||
namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
/// <summary>
|
||||
/// A loading spinner.
|
||||
/// </summary>
|
||||
public class LoadingAnimation : VisibilityContainer
|
||||
{
|
||||
private readonly SpriteIcon spinner;
|
||||
|
Reference in New Issue
Block a user