phillco / talon-axkit

Talon macOS accessibility magic!
MIT License
45 stars 12 forks source link

menu: Fix error on non-Mac platforms where talon.ui.Element not defined #53

Closed nriley closed 1 year ago

nriley commented 1 year ago

I thought about using some kind of a dummy type (e.g. "object") if importing ui.Element fails. But given nothing is checking these type signatures it'd have no effect in reality...