BenziAhamed / Menu-Bar-Search

Quickly search through menu options of the front-most application - Alfred Workflow
550 stars 29 forks source link

check array count in MenuGetter #33

Open occludedpixel opened 11 months ago

occludedpixel commented 11 months ago

I encountered an app that had a menu bar item with an empty kAXChildrenAttribute. Added a check to ensure that the array is non-empty to prevent an index out of range error when trying to access the first element.