mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 17:13:06 +08:00
Use empty string as default
This commit is contained in:
parent
23a78e6fad
commit
b38cf8c56c
@ -30,7 +30,7 @@ namespace osu.Game.Overlays.Comments
|
|||||||
|
|
||||||
protected FillFlowContainer ButtonsContainer { get; private set; } = null!;
|
protected FillFlowContainer ButtonsContainer { get; private set; } = null!;
|
||||||
|
|
||||||
protected readonly Bindable<string> Current = new Bindable<string>();
|
protected readonly Bindable<string> Current = new Bindable<string>(string.Empty);
|
||||||
|
|
||||||
private RoundedButton commitButton = null!;
|
private RoundedButton commitButton = null!;
|
||||||
private LoadingSpinner loadingSpinner = null!;
|
private LoadingSpinner loadingSpinner = null!;
|
||||||
|
Loading…
Reference in New Issue
Block a user