AlyxMoon / lunar-factorio-mod-manager

A mod manager for Factorio, programmed using the Electron framework.
MIT License
6 stars 2 forks source link

Bug: Does not properly select appropriate online mod release #93

Closed AlyxMoon closed 7 years ago

AlyxMoon commented 7 years ago

The select menu for choosing a different online mod release does not work properly. It does not not actually change which release is selected when downloading a mod or updating the view.

Need to use onChange on the select menu as opposed to onClick. Also have an error when selecting the mods after filtering or sorting has been done, need to have a more consistent and fool-proof way of selecting the correct online mod regardless of how the view list has been altered.