ow-mods / ow-mod-manager

Outer Wilds Mod Manager (Legacy)
https://outerwildsmods.com/mod-manager
MIT License
55 stars 6 forks source link

Don't filter on required mods list #175

Closed dgarroDC closed 2 years ago

dgarroDC commented 2 years ago

Sometimes a search a mod in the mod manager and I install/enable it and it shows the warning that there are required dependencies that need to be enabled. However, the required mods list is also filtered by my search and so I have to remove the search to be able to see the required mods, and I find this really annoying, so I think it would be better to no filter on the required mods list at all (I don't know if there is a use case where such filter would be desired).

Before: before

After: after

Additionally, by doing this I found a bug. The START GAME button is only disabled if there are non-filtered required mods, so if we filter them then the button is enabled. So this change also fixes that bug.

Raicuparta commented 2 years ago

I'm just gonna trust that this works