mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
So, I added DD support
This commit is contained in:
@@ -163,7 +163,7 @@ namespace DICUI.DiscImageCreator
|
||||
List<string> parameters = new List<string>();
|
||||
|
||||
if (BaseCommand != Command.NONE)
|
||||
parameters.Add(Converters.LongName((Command)BaseCommand));
|
||||
parameters.Add(Converters.LongName(BaseCommand));
|
||||
else
|
||||
return null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user