mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
[PR #29] Add Custom Parameter Support #913
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/SabreTools/MPF/pull/29
State: closed
Merged: Yes
Addresses #14.
This change makes it so that the current commandline params are displayed in a disabled text box but when the custom option is selected, the other parts get disabled and you have full control over the commandline. This can allow any customization that users would like. It also simplifies the code that gets called when the DiscImageCreator instance gets run.
The changes to the xaml are incidental, they're just reordering (sans the addition of the new grid row for the custom parameters).