mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-25 12:49:26 +01:00
File import splash, disable input file drive check by default
This commit is contained in:
@@ -450,9 +450,14 @@ namespace Flowframes.Forms.Main
|
||||
_mainTabInitialized = true;
|
||||
}
|
||||
|
||||
public void Initialized()
|
||||
public static void CloseAllSplashForms ()
|
||||
{
|
||||
Application.OpenForms.OfType<SplashForm>().ToList().ForEach(f => f.Close());
|
||||
}
|
||||
|
||||
public void Initialized()
|
||||
{
|
||||
CloseAllSplashForms();
|
||||
|
||||
_initialized = true;
|
||||
runBtn.Enabled = true;
|
||||
|
||||
Reference in New Issue
Block a user