Put Reload Info in menu bar and capitalize consistently in context menu #160
No reviewers
Labels
No labels
2230
2243
App version
Apple OS errata
Apple SDK
bug
bugsnag
build
dlt
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: chris/Cog#160
Loading…
Reference in a new issue
No description provided.
Delete branch "reload-info-in-menu-bar"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bizarrely, the binding is identical between them, yet the binding on "enabled <- playlist selection" doesn't work. The action that gets triggered does work, so it's not a matter of it not having any bindings? Would like to know why. (11.4 on M1, if it helps)
The playlist selection scope binding doesn't work for main menu actions. And unless you want the main menu action for empty selection to apply to the entire playlist, the action won't do anything in that case anyway.
(sorry for the late reply) That's kinda weird because the other items in the menu bar that seem to rely on a currently selected playlist item do seem to work and appear to have bindings to the playlist selection controller, so it was confusing me.