


Fixed the issue that the toolbar does not show when the "Whitelist the specified programs" is selected and no programs are added to the list (#275).Removed unneeded logs and improved a few logs.Now you can easily restart the app instead of relaunching the app (useful when the error does not go away until restart) Implemented "Restart program" button in the global error handler:.Now the logic will interrupt the UI thread so the app UI can show the actual fatal error while allowing the user to continue running the app or exit the app and report the error. The old logic avoided it by allowing the app to crash silently and exit. Stability improvement: Improved the recovery logic that was used to avoid the case that the app UI thread froze.

