فهرست منبع

Removing incorrect comment

Source commit: 6bc40a64be24633fa27a1f3af6f586594dd7061e
Martin Prikryl 3 سال پیش
والد
کامیت
2b03a67283
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      source/packages/filemng/DriveView.pas

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

@@ -2074,7 +2074,7 @@ begin
       DiscMonitor.SetDirectory(DriveInfo.GetDriveRoot(Drive));
       DiscMonitor.Open;
     end;
-    UpdateDriveNotifications(Drive); // probably noop, as the monitor is not enabled yet
+    UpdateDriveNotifications(Drive);
   end;
 end; {CreateWatchThread}