• v0.1.17 e9ae00e8f2

    serrebi released this 2026-07-04 15:43:31 -07:00 | 10 commits to main since this release

    Fixes a bug where NVDA would hang on restart while this add-on was enabled.

    terminate() was calling toolsMenu.Remove() synchronously during NVDA
    shutdown. If the wx event loop was already tearing down at that point,
    the call could block forever, wedging the restart. Tray menu teardown is
    now deferred via wx.CallAfter, so shutdown drops it harmlessly instead
    of blocking.

    Downloads