From aaa1ed674fa573c0b00e63a708116a0da3210952 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 7 Mar 2021 10:19:59 -0800 Subject: [PATCH] Fix path population on drive scan --- MPF/Windows/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MPF/Windows/MainWindow.xaml.cs b/MPF/Windows/MainWindow.xaml.cs index 77ac28fc..232964e8 100644 --- a/MPF/Windows/MainWindow.xaml.cs +++ b/MPF/Windows/MainWindow.xaml.cs @@ -424,7 +424,7 @@ namespace MPF.Windows // Set the initial environment and UI values SetSupportedDriveSpeed(); Env = DetermineEnvironment(); - GetOutputNames(!rescanDrives); + GetOutputNames(true); EnsureDiscInformation(); // Add event handlers