Fixed a bug where UI elements were attempting to be updated in a background thread.
Also code cleanup & removed confusing startup UI
This commit is contained in:
parent
5b1ef2fb03
commit
a4b1917361
19 changed files with 229 additions and 981 deletions
|
@ -156,7 +156,7 @@ namespace WinUI
|
|||
{
|
||||
Console.WriteLine("Monitor Thread Exception: " + "\n" + e.StackTrace);
|
||||
}
|
||||
Console.WriteLine("Monitor Thread Ended");
|
||||
Console.WriteLine("Monitor Thread Ended");
|
||||
}
|
||||
|
||||
public void SubscribeStatusUpdates(StatusCallback cb)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue