- fix: UpdateResolver preview think
This commit is contained in:
@@ -36,7 +36,10 @@ public partial class MainWindow : Window
|
||||
Console.WriteLine(messageOut);
|
||||
LogStr += messageOut + "\n";
|
||||
};
|
||||
Start();
|
||||
if (!Design.IsDesignMode)
|
||||
Task.Run(()=> Start());
|
||||
else
|
||||
LogStandalone.Log("Debug information", 51);
|
||||
}
|
||||
|
||||
private async Task Start()
|
||||
|
||||
Reference in New Issue
Block a user