Warn if data directory is in iCloud Drive
This commit is contained in:
parent
b37284dd20
commit
b288a278d8
1 changed files with 3 additions and 1 deletions
|
@ -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');
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue