mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-23 03:23:03 +00:00
hopefull image fix now for the bug reeeee
This commit is contained in:
parent
40837e4999
commit
3f1eb2f1fd
2 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue