attempt to resolve crash when exit

This commit is contained in:
Kang Yu 2024-06-22 15:39:05 -07:00
parent 406fed8328
commit 98dc78705c
3 changed files with 17 additions and 4 deletions

View file

@ -373,6 +373,9 @@ namespace PersistentWindows.SystrayShell
//systrayForm.notifyIconMain.Visible = false;
Application.Run();
if (hotkey_window)
HotKeyForm.Stop();
}
static bool WaitTaskbarReady()