mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 00:22:58 +08:00
Comments
This commit is contained in:
parent
84aaf5fedf
commit
e30d97c94e
@ -26,7 +26,7 @@ namespace osu.Game.Overlays.Comments
|
|||||||
public Action<string>? OnCommit;
|
public Action<string>? OnCommit;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Is the editor waiting for submit action to complete?
|
/// Whether editor is waiting for submit action to complete.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool IsSubmitting => CommitButton.IsLoading;
|
public bool IsSubmitting => CommitButton.IsLoading;
|
||||||
|
|
||||||
@ -177,6 +177,9 @@ namespace osu.Game.Overlays.Comments
|
|||||||
|
|
||||||
private bool isLoading;
|
private bool isLoading;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Whether loading spinner shown.
|
||||||
|
/// </summary>
|
||||||
public bool IsLoading
|
public bool IsLoading
|
||||||
{
|
{
|
||||||
get => isLoading;
|
get => isLoading;
|
||||||
|
Loading…
Reference in New Issue
Block a user