AlyxMoon / lunar-factorio-mod-manager

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

Correct behavior of selecting mod release #94

Closed AlyxMoon closed 7 years ago

AlyxMoon commented 7 years ago

The select menu now properly calls setSelectedOnlineMod. Also changed behavior to not correct the release number, as it was not working with the altered online mod list that OnlineMod component uses.

Closes #93