Test
This commit is contained in:
parent
ebe0c5a81c
commit
964ac1e696
@ -41,7 +41,7 @@ public partial class MainWindow : Window
|
||||
return;
|
||||
}
|
||||
|
||||
_messages.Add(ChatInputBox.Text);
|
||||
_messages.Add($"User: {ChatInputBox.Text}");
|
||||
ChatInputBox.Text = string.Empty;
|
||||
ChatInputBox.Focus();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user