mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
[PR #29] [MERGED] Add Custom Parameter Support #908
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?
📋 Pull Request Information
Original PR: https://github.com/SabreTools/MPF/pull/29
Author: @mnadareski
Created: 6/13/2018
Status: ✅ Merged
Merged: 6/13/2018
Merged by: @undefined
Base:
master← Head:master📝 Commits (2)
3f802e8Consistent UI statesed67522Add custom parameter support📊 Changes
3 files changed (+62 additions, -22 deletions)
View changed files
📝
MainWindow.xaml(+9 -10)📝
MainWindow.xaml.cs(+50 -12)📝
Utilities.cs(+3 -0)📄 Description
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).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.