mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
attempt to resolve crash when exit
This commit is contained in:
parent
406fed8328
commit
98dc78705c
3 changed files with 17 additions and 4 deletions
|
@ -373,6 +373,9 @@ namespace PersistentWindows.SystrayShell
|
|||
//systrayForm.notifyIconMain.Visible = false;
|
||||
|
||||
Application.Run();
|
||||
|
||||
if (hotkey_window)
|
||||
HotKeyForm.Stop();
|
||||
}
|
||||
|
||||
static bool WaitTaskbarReady()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue