Hide certain settings based on conditions, auto-pick DAIN tile size based on VRAM

This commit is contained in:
N00MKRAD
2024-11-21 01:22:31 +01:00
parent 8a578daac0
commit 7aab7158fa
13 changed files with 1077 additions and 513 deletions

View File

@@ -19,6 +19,7 @@ namespace Flowframes
{
static class Program
{
public static bool Debug = false;
public static string[] args = new string[0];
public static bool initialRun = true;
public static Form1 mainForm;
@@ -40,6 +41,7 @@ namespace Flowframes
AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException);
Cli.HandleCli();
Debug = Cli.Debug || System.Diagnostics.Debugger.IsAttached;
CmdMode = Paths.GetExe().EndsWith("Cmd.exe");
// Show splash screen