[PR #369] [MERGED] Added a button to quickly update the volume label and dump path. #1004

Closed
opened 2026-01-29 16:24:45 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/369
Author: @IcySon55
Created: 3/2/2022
Status: Merged
Merged: 3/2/2022
Merged by: @mnadareski

Base: masterHead: master


📝 Commits (2)

  • 8b27b1e Added a button to quickly update the volume label and dump path.
  • 33f2801 Typo fixed the odd w.

📊 Changes

2 files changed (+20 additions, -2 deletions)

View changed files

📝 MPF/ViewModels/MainViewModel.cs (+17 -1)
📝 MPF/Windows/MainWindow.xaml (+3 -1)

📄 Description

Behaves identically to switching the selected drive combo box. (Calls the InitializeUIValues method with rescanDrives set to false.)

Perhaps it might be better if this button assumed no auto-scan and just updates the label always skipping SystemType detection?


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/MPF/pull/369 **Author:** [@IcySon55](https://github.com/IcySon55) **Created:** 3/2/2022 **Status:** ✅ Merged **Merged:** 3/2/2022 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`8b27b1e`](https://github.com/SabreTools/MPF/commit/8b27b1eb40226053aa91e6f9e9003b4d1838c89b) Added a button to quickly update the volume label and dump path. - [`33f2801`](https://github.com/SabreTools/MPF/commit/33f2801a1cd94963d7428bf61512a89b63466de4) Typo fixed the odd w. ### 📊 Changes **2 files changed** (+20 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `MPF/ViewModels/MainViewModel.cs` (+17 -1) 📝 `MPF/Windows/MainWindow.xaml` (+3 -1) </details> ### 📄 Description Behaves identically to switching the selected drive combo box. (Calls the InitializeUIValues method with rescanDrives set to false.) Perhaps it might be better if this button assumed no auto-scan and just updates the label always skipping SystemType detection? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:24:45 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1004