HeroicGamesLauncher
HeroicGamesLauncher copied to clipboard
Show which games are configured to use each Wine version in the Wine Manager
Problem description
Currently, if you want to uninstall older Wine versions, you don't know if they are being used in any game, so you have 2 options:
- uninstall it and then figure out why a game that was configured for it is not working
- check your installed games to see if any of them uses it before uninstalling
Feature description
It would be nice to have a way to see which and how many games are configured to use a specific wine in the Wine Manager screen, so it's easier to make a decision.
Alternatives
I listed the 2 options I can think of as the problem.
Additional information
We might need to refactor how the game <> wine relationship is stored to make this easier to query. For example we could store an array of wine version => appIds somewhere in a single place instead of storing the configuration for each game separatedly (we could also store the config in the game itself if we only have that there we would have to read all the files to check