Hide shuffle controls when disabled#710
Conversation
|
Of note: the author seems to be using AI to try to get as many feature bounties as possible across as many repos as possible. My guess is that this is not or barely tested and the contributor will do no follow-up once the bounty has been collected. I don’t know wether this should be merged, but it feels against the spirit of open source and the feature bounties. |
|
Thanks for raising the concern. I’ll follow up on this PR if maintainers find an issue. The change is deliberately narrow: it hides the shuffle controls that are gated by the existing player-shuffle setting, keeps the non-shuffle Random controls available, and updates the setting copy to match that behavior. I did not run Swift/Xcode tests because I do not have that toolchain on this Windows host, and I called that out in the PR body. I also removed the payment line from the PR body so review can stay focused on the code. If someone can run an app build and sees a UI or behavior regression, I’ll fix it. |
Summary
Refs #312 item 1.
Validation
git diff --checkNot run: Swift/Xcode tests, because this Windows environment does not have
swiftor Xcode tooling installed.