Change default status to "ready to play"

This commit is contained in:
smoogipoo 2021-09-30 12:03:44 +09:00
parent ea30445efc
commit 202a602d2f
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ private void onSelectedItemChanged(ValueChangedEvent<PlaylistItem> item)
if (Type.Value == MatchType.Playlists)
{
statusText.Text = "Waiting for players";
statusText.Text = "Ready to play";
return;
}