Closed HazardousBackup closed 4 months ago
This is great! However one thing I would add is that the toggle should be hidden unless the OS is windows (currently the GOG parser only supports windows however I do plan to implement it for Mac OS as well). I'm happy to make this change if you'd like!
Merged into a test branch and made some changes (which you can see here). Will make its way into master and then a release soon! Thanks for the PR :)
Congrats on your first feature contribution 🚀 !
Change to the GOG Galaxy Parser to add option for finding games via the registry entries that are made on install instead of via the Galaxy DB.
Closes https://github.com/SteamGridDB/steam-rom-manager/issues/672
Notes: I'm not entirely happy with how it handles DLC and the structure that has created. It probably looks bad to have failed matches even if it's just because they are DLC and thus shouldn't be matched, also it's made
getRegInstalled
somewhat redundant.The alternative would be reverting to the original design and returning an empty success instead of a failed.
I'd welcome any clear critiques of my code, I'm learning Typescript on the fly with this.