Closed jpwilliams closed 4 years ago
I spotted a bug with #58 a little too late, so here's a fix for it.
Currently, if the application is exited, the worker thread used to access the pop-up is still running. This ensures it shuts down properly by using InvokeShutdown().
InvokeShutdown()
I spotted a bug with #58 a little too late, so here's a fix for it.
Currently, if the application is exited, the worker thread used to access the pop-up is still running. This ensures it shuts down properly by using
InvokeShutdown()
.