diff --git a/AutoTrackR2/HomePage.xaml.cs b/AutoTrackR2/HomePage.xaml.cs index 5edd6a7..9ef801c 100644 --- a/AutoTrackR2/HomePage.xaml.cs +++ b/AutoTrackR2/HomePage.xaml.cs @@ -284,6 +284,8 @@ namespace AutoTrackR2 PilotNameTextBox.Text = string.Empty; PlayerShipTextBox.Text = string.Empty; GameModeTextBox.Text = string.Empty; + KillTallyTextBox.Text = string.Empty; + KillFeedStackPanel.Children.Clear(); } private void AdjustFontSize(TextBlock textBlock)