SabreTools / MPF

Redumper/Aaru/DiscImageCreator GUI in C#
GNU General Public License v3.0
423 stars 34 forks source link

Hide unavailable dumping programs #654

Closed Deterous closed 7 months ago

Deterous commented 7 months ago

If a dumping program has been deleted from the Programs/ folder, or it was not bundled with an MPF build, remove it from the list of selectable dumping programs on the main window. If no programs are found, warn the user.

This is an attempt at a soft solution for #527 whereby support for dumping with DIC remains intact, but at some point in the future, MPF releases can be packaged without bundled DIC, and users who wish to dump with DIC will just need to add it to the Programs/ folder.

Perhaps something similar needs adding to the Default Dumping Program dropdown in the Options window, but for now it works fine if the default program is not available. Having a default program that doesn't exist (yet) could be a desired option anyway?