diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index 449f8e7..4b60e36 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -534,6 +534,7 @@ private async void ButtonScan(object sender, RoutedEventArgs e) if (!error) { MyTabControl.SelectedIndex = 1; + ShowErrors.Text = string.Empty; } ShowScanning.Visibility = Visibility.Collapsed;