- fix: UpdateResolver preview think

This commit is contained in:
2025-09-08 21:26:12 +03:00
parent 56c373134f
commit a09ace0d39
8 changed files with 24 additions and 13 deletions

View File

@@ -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()