Преглед изворни кода

Bug fix: After certain operations, drive that was ever opened in local file panel cannot be safely removed temporarily

See eb626a5f

Source commit: 6af928c93217d8e38ee4ee6f80fa7b1a49db0423
Martin Prikryl пре 3 година
родитељ
комит
a076319322
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      source/packages/filemng/DriveView.pas

+ 1 - 1
source/packages/filemng/DriveView.pas

@@ -2293,7 +2293,7 @@ begin
         if Assigned(DiscMonitor) and (not DiscMonitor.Active) then
         begin
           DiscMonitor.Open;
-          UpdateDriveNotifications(Drive);
+          UpdateDriveNotifications(DriveStatusPair.Key);
         end;
       end;