You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
application:findMenuItem(itemPattern,isRegex=false) doesn't use isRegex flag when itemPattern is a path (array of strings). Ideally it should consider the last item in the path a regex if isRegex=true.
application:findMenuItem(itemPattern,isRegex=false)
doesn't useisRegex
flag whenitemPattern
is a path (array of strings). Ideally it should consider the last item in the path a regex ifisRegex=true
.hammerspoon/extensions/application/libapplication.m
Line 802 in cdd19a5
The text was updated successfully, but these errors were encountered: