LBPUnion / UnionPatcher

A tool for LittleBigPlanet that patches the server urls to a custom url.
GNU General Public License v3.0
29 stars 12 forks source link

Make the file picker only show valid files #28

Closed Slendy closed 2 years ago

Slendy commented 2 years ago

This PR makes the form file know what file types it should be looking for with an optional setting for any file extension. This also changes the file save option to automatically specify the output filename instead of users having to type .ELF manually

Needs additional testing on macOS and Linux as I'm not sure how their file pickers behave with this change.