1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-16 00:22:58 +08:00
This commit is contained in:
ansel 2022-11-29 14:39:59 +03:00
parent 84aaf5fedf
commit e30d97c94e

View File

@ -26,7 +26,7 @@ namespace osu.Game.Overlays.Comments
public Action<string>? OnCommit;
/// <summary>
/// Is the editor waiting for submit action to complete?
/// Whether editor is waiting for submit action to complete.
/// </summary>
public bool IsSubmitting => CommitButton.IsLoading;
@ -177,6 +177,9 @@ namespace osu.Game.Overlays.Comments
private bool isLoading;
/// <summary>
/// Whether loading spinner shown.
/// </summary>
public bool IsLoading
{
get => isLoading;