Skip to content

TaskBarProgress bug #5

@Descolada

Description

@Descolada

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions