no need to join here

This commit is contained in:
onyx-and-iris 2024-09-27 14:31:45 +01:00
parent 7b6e3f6419
commit 9e678865cd

View File

@ -24,7 +24,7 @@
private void SpinButton_Clicked(object sender, EventArgs e)
{
NumbersLabel.Text = string.Join("\t", Lottery.Output());
NumbersLabel.Text = Lottery.Output();
SemanticScreenReader.Announce(NumbersLabel.Text);
}