macOS: unnecessary (and unlabeled buttons) surrounding sliders.
TheQuinbox opened this issue · 2 comments
TheQuinbox commented
In the Mac app, there is an unlabeled button before, and after each slider/setting. They appear to increase/decrease the value, but they honestly just get in the way, especially because the values can be adjusted with standard VoiceOver controls. I haven't looked at the code, but I assume this app is built with SwiftUI? If so, possibly add a .accessibilityElement() modifier to the sliders?
djphoenix commented
Please check macOS 1.0-6
TheQuinbox commented
Yup, that fixed it. Thanks!