Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -36,8 +36,9 @@ public partial class MainWindow : Window
|
|||||||
Console.WriteLine(messageOut);
|
Console.WriteLine(messageOut);
|
||||||
LogStr += messageOut + "\n";
|
LogStr += messageOut + "\n";
|
||||||
};
|
};
|
||||||
|
LogStandalone.Log("Starting up");
|
||||||
if (!Design.IsDesignMode)
|
if (!Design.IsDesignMode)
|
||||||
Task.Run(()=> Start());
|
_ = Start();
|
||||||
else
|
else
|
||||||
LogStandalone.Log("Debug information", 51);
|
LogStandalone.Log("Debug information", 51);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user