chihirobelmo / FalconBMS-Alternative-Launcher

Configure and save FalconBMS setup per Joysticks.
Other
130 stars 30 forks source link

Don't clear category dropdown after assigning control #79

Closed danieltian closed 1 year ago

danieltian commented 1 year ago

When a category is selected in the category dropdown, after binding a control the category is cleared and the list will jump to the bottom. This makes it difficult to bind a bunch of controls quickly because the list resets itself after every bind (videos have audio):

https://user-images.githubusercontent.com/123499/205466329-fe2ea58a-fd1d-4b36-b7ea-fafe74bf1364.mp4

This PR fixes it by no longer clearing the category dropdown after a control is bound:

https://user-images.githubusercontent.com/123499/205466346-c7126a4e-b79c-4a4c-9f3f-0e8580b3a776.mp4

chihirobelmo commented 1 year ago

LGTM! thx!