mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-09 21:32:19 +00:00
[PR #836] [MERGED] Quality of life fixes #1184
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/836
Author: @Deterous
Created: 4/17/2025
Status: ✅ Merged
Merged: 4/17/2025
Merged by: @mnadareski
Base:
master← Head:master📝 Commits (8)
5d2b034Account for N-type discs in Redumper processor82ca1a2MediaType prefixa0afbc6Delete after zipping, ask before closing during dump19f4789Proper closing functionbac0ab0proper using6636ad6nullable object54fada5YesNoCancel isn't a thing for CustomMessageBoxf07e772Ctrl-Z📊 Changes
5 files changed (+43 additions, -6 deletions)
View changed files
📝
MPF.ExecutionContexts.Test/RedumperTests.cs(+1 -1)📝
MPF.Frontend/ViewModels/MainViewModel.cs(+23 -3)📝
MPF.Processors/Redumper.cs(+4 -1)📝
MPF.UI/Windows/MainWindow.xaml.cs(+15 -0)📝
MPF.UI/Windows/WindowBase.cs(+0 -1)📄 Description
Fixes #808 by switching to Yes/No message box, turns out CustomMessageBox.Show doesn't do YesNoCancel type boxes
Fixes #821 by allowing Redumper Processor to process N-type discs
Fixes #830 by asking user to confirm they want to quit if a dump is still being processed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.