Skip to content

Conversation

@anjeshshrestha
Copy link
Contributor

Add formation selector for config, reduce key dependency to free up slotbar

CleanShot.2025-03-14.at.12.16.47.mp4


private Formation formation;

private final JComboBox<Formation> comboBox = new JComboBox<>(Formation.values());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally instead of a dropdown with enum names, could use a set of icons for the formations and show the name as the tooltip

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that would be cleaner, maybe can be a follow up PR if someone can make the icons

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants