espeak-ng/espeak-ng-ios-app

macOS: unnecessary (and unlabeled buttons) surrounding sliders.

TheQuinbox opened this issue · 2 comments

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?

Please check macOS 1.0-6

Yup, that fixed it. Thanks!