hopefull image fix now for the bug reeeee

This commit is contained in:
NicoAICP 2020-06-14 15:04:19 +02:00
parent 40837e4999
commit 3f1eb2f1fd
2 changed files with 2 additions and 0 deletions

View file

@ -242,6 +242,7 @@ namespace UWUVCI_AIO_WPF.UI.Windows
b = bi.Create(console);
Image.Source = BitmapToImageSource(b);
}
enOv_Click(null, null);
}
private void Finish_Click(object sender, RoutedEventArgs e)

View file

@ -197,6 +197,7 @@ namespace UWUVCI_AIO_WPF.UI.Windows
b = bi.Create(console);
Image.Source = BitmapToImageSource(b);
}
enOv_Click(null, null);
}
private void Finish_Click(object sender, RoutedEventArgs e)