Attempt in GitHub online, will prob. not work

This commit is contained in:
J. Fronny 2020-04-02 22:36:11 +02:00 committed by GitHub
parent f6acde934e
commit ff2e7e63de
1 changed files with 3 additions and 2 deletions

View File

@ -29,7 +29,8 @@ namespace UpTool2
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
BuildSplash();
new Thread(() => { Splash.ShowDialog(); }).Start();
Splash.Show();
//new Thread(() => { Splash.ShowDialog(); }).Start();
try
{
MutexLock.Lock();
@ -226,4 +227,4 @@ namespace UpTool2
return false;
}
}
}
}