Disallow block padding
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import multiDownload from 'multi-download';
|
||||
|
||||
export function download(items) {
|
||||
|
||||
if (window.NativeShell) {
|
||||
items.map(function (item) {
|
||||
window.NativeShell.downloadFile(item);
|
||||
|
||||
Reference in New Issue
Block a user