浏览代码

"Proceed in background" has been tested with S3 protocol

Source commit: f64877fb36b5c732a6ad5117889057e6eaec07da
Martin Prikryl 7 年之前
父节点
当前提交
6564360f75
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/core/S3FileSystem.cpp

+ 1 - 1
source/core/S3FileSystem.cpp

@@ -598,9 +598,9 @@ bool __fastcall TS3FileSystem::IsCapable(int Capability) const
     case fcRemoteCopy:
     case fcRename:
     case fcRemoteMove:
+    case fcMoveToQueue:
       return true;
 
-    case fcMoveToQueue:
     case fcPreservingTimestampUpload:
     case fcCheckingSpaceAvailable:
     case fsSkipTransfer: