浏览代码

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;