This commit is contained in:
Chee Yee
2023-02-28 03:15:53 -08:00
parent 23c8c678f1
commit c6143be6f0
+1 -1
View File
@@ -613,7 +613,7 @@ ClientType GDriveClient::clientType()
return CLIENT_TYPE_GOOGLE;
}
uint32_t FtpClient::SupportedActions()
uint32_t GDriveClient::SupportedActions()
{
return REMOTE_ACTION_ALL ^ REMOTE_ACTION_CUT ^ REMOTE_ACTION_COPY ^ REMOTE_ACTION_PASTE;
}