-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
TaskBarProgress.ahk line 29 should have ExitApp() instead of ExitApp, otherwise the fat arrow function will return the ExitApp function object instead of calling it, which gets treated as "false" by the event handler. This means if the progress is started and the GUI closed, the script won't exit until the progress completes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels