limo-app / limo

A simple Qt based mod manager
GNU General Public License v3.0
117 stars 3 forks source link

Show which mod a plugin comes from #61

Open poperigby opened 3 days ago

poperigby commented 3 days ago

When I'm looking at plugins from the LOOT deployer, sometimes I'll see a plugin and not know which mod it came from. To figure it out, I have to search through my LIMO mods directory for which mod ID it's from, and the check back in the LIMO UI for what mod that ID corresponds to. Have the mod show on hover or some other way would be helpful.

limo-app commented 2 days ago

Good idea. Right now getting the source mod's id is easy but the name would be a bit awkward. I will have to think about how best to do this. Knowing the ID without the name would only be useful if the search field allows to filter by ID, so i might add that as well.