diff --git a/chrome/content/zotero/xpcom/file.js b/chrome/content/zotero/xpcom/file.js index 209e12e596..3f72884d7c 100644 --- a/chrome/content/zotero/xpcom/file.js +++ b/chrome/content/zotero/xpcom/file.js @@ -1354,7 +1354,9 @@ Zotero.File = new function(){ // OneDrive || path.toLowerCase().includes('onedrive') // pCloud - || path.toLowerCase().includes('pcloud'); + || path.toLowerCase().includes('pcloud') + // iCloud Drive (~/Library/Mobile Documents/com~apple~CloudDocs) + || path.includes('Mobile Documents'); };