diff --git a/Panels/Img_Ops/Drivers/ImportDrivers.vb b/Panels/Img_Ops/Drivers/ImportDrivers.vb index cfb79e8c..e24fa03a 100644 --- a/Panels/Img_Ops/Drivers/ImportDrivers.vb +++ b/Panels/Img_Ops/Drivers/ImportDrivers.vb @@ -17,7 +17,9 @@ Public Class ImportDrivers MsgBox(msg, vbOKOnly + vbInformation, Label1.Text) Exit Sub Else - If DIList(ListView1.FocusedItem.Index).Name = Path.GetPathRoot(Environment.GetFolderPath(Environment.SpecialFolder.Windows)) Then ImportSourceInt = 1 + If ListView1.SelectedItems.Count = 1 Then + If DIList(ListView1.FocusedItem.Index).Name = Path.GetPathRoot(Environment.GetFolderPath(Environment.SpecialFolder.Windows)) Then ImportSourceInt = 1 + End If Select Case ImportSourceInt Case 0 If TextBox1.Text <> "" Then