mirror of
https://github.com/n00mkrad/flowframes.git
synced 2026-09-01 19:51:28 +02:00
File import splash, disable input file drive check by default
This commit is contained in:
@@ -16,8 +16,7 @@ namespace Flowframes.Media
|
||||
return;
|
||||
|
||||
Logger.Log($"Detecting hardare encoding support...");
|
||||
SplashForm statusForm = new SplashForm("Checking hardware encoders...", textSize: SplashForm.TextSize.Medium);
|
||||
statusForm.Show();
|
||||
var statusForm = new SplashForm("Checking hardware encoders...", textSize: SplashForm.TextSize.Medium);
|
||||
|
||||
var previousMainFormOpacity = Program.mainForm.Opacity;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user