R2NorthstarTools / FlightCore

Installer/Updater/Launcher for Northstar
MIT License
59 stars 14 forks source link

fix: Use border when focusing menu items #950

Closed Jan200101 closed 2 months ago

Jan200101 commented 2 months ago

Element Plus implements the menu using lists which do not render outlines, which all other objects use to implement the focus outline.

Also the dev menu entry is not tab indexed for some reason? Element Plus just kinda sucks.

Jan200101 commented 2 months ago

actually, for controller input I think it would be better to outright disable tab indexing the menu and instead binding that stuff to shoulder buttons.

It would inhibit keyboard users though