MessageBox revision and more async loading
This commit is contained in:
parent
a5d225dc44
commit
61a529e62b
10 changed files with 141 additions and 103 deletions
|
|
@ -41,7 +41,7 @@ namespace LibationWinForms
|
|||
//Otherwise we just ignore all the Avalonia app build stuff and continue with winforms.
|
||||
|
||||
//For debug purposes, always run AvaloniaUI.
|
||||
if (true)// (startupTask.Result.useBeta)
|
||||
if (true) //(startupTask.Result.useBeta)
|
||||
{
|
||||
await Task.WhenAll(appBuilderTask, classicLifetimeTask, startupTask);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue