Disable multi download option

This commit is contained in:
Niels van Velzen
2021-01-05 15:44:30 +01:00
committed by GitHub
parent 4e5c8cd918
commit 1b6de3c257
@@ -194,11 +194,14 @@ import confirm from '../confirm/confirm';
}
if (user.Policy.EnableContentDownloading && appHost.supports('filedownload')) {
// Disabled because there is no callback for this item
/*
menuItems.push({
name: globalize.translate('Download'),
id: 'download',
icon: 'file_download'
});
*/
}
if (user.Policy.IsAdministrator) {