mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
[PR #77] [MERGED] Added preferred dump speed option #949
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/77
Author: @Jakz
Created: 6/28/2018
Status: ✅ Merged
Merged: 6/28/2018
Merged by: @mnadareski
Base:
master← Head:max_dump_speed_option📝 Commits (10+)
d68e186Split type combobox into system combobox and disc type comboboxffb53ddupdated fork to head21969f9corrected indentation for xaml filed296b9afixed merge with head596e26efixed format20243dcfixed issues for PR, added KnownSystem.CUSTOM5ba23b9removed Updater.cs which ended by error in commit66d06f1fixed GetOuptutName() for new drive/system comboboxb4400fbMerge branch 'master' of github.com:reignstumble/DICUI2bac147Merge branch 'master' of github.com:reignstumble/DICUI📊 Changes
6 files changed (+158 additions, -45 deletions)
View changed files
📝
App.config(+2 -0)📝
Data/Constants.cs(+39 -2)📝
MainWindow.xaml.cs(+18 -10)📝
Options.cs(+24 -0)📝
OptionsWindow.xaml(+52 -25)📝
OptionsWindow.xaml.cs(+23 -8)📄 Description
Added preferred dump speed option for CD-ROM and DVD-ROM to OptionsWindow. The change had not been fully integrated in current workflow as we're still evolving how this should interact with maximum drive speed and media type.
All data structures, options persistence and retrieval are ready to be used though.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.