mirror of
https://github.com/ppy/osu
synced 2024-12-27 09:23:15 +00: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 readonly Bindable<string> Current = new Bindable<string>();
|
||||
protected readonly Bindable<string> Current = new Bindable<string>(string.Empty);
|
||||
|
||||
private RoundedButton commitButton = null!;
|
||||
private LoadingSpinner loadingSpinner = null!;
|
||||
|
Loading…
Reference in New Issue
Block a user