Warn on "Box" in data directory path
This commit is contained in:
parent
c1839596cf
commit
68ec841f35
1 changed files with 3 additions and 1 deletions
|
@ -1356,7 +1356,9 @@ Zotero.File = new function(){
|
|||
// pCloud
|
||||
|| path.toLowerCase().includes('pcloud')
|
||||
// iCloud Drive (~/Library/Mobile Documents/com~apple~CloudDocs)
|
||||
|| path.includes('Mobile Documents');
|
||||
|| path.includes('Mobile Documents')
|
||||
// Box
|
||||
|| path.includes('Box');
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue