Sfoglia il codice sorgente

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 anni fa
parent
commit
a076319322
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;