Add Baidu Netdisk and MEGA to cloud-storage-folder checks

Closes #3465
This commit is contained in:
Dan Stillman 2023-10-31 05:25:18 -04:00
parent 4266df4d3a
commit 47e55286f7

View file

@ -1416,6 +1416,10 @@ Zotero.File = new function(){
|| path.includes('Google Drive') || path.includes('Google Drive')
// OneDrive // OneDrive
|| path.toLowerCase().includes('onedrive') || path.toLowerCase().includes('onedrive')
// Baidu Netdisk
|| path.toLowerCase().includes('baidunetdisk')
// MEGA
|| path.includes('MEGA')
// pCloud // pCloud
|| path.toLowerCase().includes('pcloud') || path.toLowerCase().includes('pcloud')
// iCloud Drive (~/Library/Mobile Documents/com~apple~CloudDocs) // iCloud Drive (~/Library/Mobile Documents/com~apple~CloudDocs)