ソースを参照

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;