mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-19 01:39:26 +01:00
File import splash, disable input file drive check by default
This commit is contained in:
@@ -46,7 +46,6 @@ namespace Flowframes
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
var splash = new SplashForm("Starting Flowframes...");
|
||||
splash.Show();
|
||||
|
||||
// Force culture to en-US across entire application (to avoid number parsing issues etc)
|
||||
var culture = new CultureInfo("en-US");
|
||||
@@ -61,8 +60,8 @@ namespace Flowframes
|
||||
|
||||
Paths.Init();
|
||||
Config.Init();
|
||||
Task.Run(() => DiskSpaceCheckLoop());
|
||||
Logger.Log($"Command Line: {Environment.CommandLine}", true);
|
||||
Task.Run(() => DiskSpaceCheckLoop());
|
||||
|
||||
LaunchGui();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user