mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
[Problem] Cleanup of InitializeUIValues #868
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?
Originally created by @Deterous on GitHub (Sep 26, 2025).
Originally assigned to: @mnadareski on GitHub.
Specifically, there are a few things that occur when no drive is connected:
SetSupportedDriveSpeed() shouldn't be run if there are no valid drives.
EnsureMediaInformation() runs when no valid drives are present, which (as of rolling build) causes the following useless message on startup:
Somehow it's calling
3bf83378a2/MPF.Frontend/DumpEnvironment.cs (L350)with an unusual media type?@Deterous commented on GitHub (Sep 29, 2025):
Fixed as of
69f855fc93