mirror of https://github.com/VERT-sh/VERT.git
Change output name for individual files
This commit is contained in:
parent
3583784f2b
commit
17178bd2d2
|
|
@ -136,7 +136,7 @@
|
||||||
);
|
);
|
||||||
const a = document.createElement("a");
|
const a = document.createElement("a");
|
||||||
a.href = blob;
|
a.href = blob;
|
||||||
a.download = `${new Date().toISOString()}-vert-converted${
|
a.download = `VERT-Converted_${new Date().toISOString()}${
|
||||||
files.conversionTypes[0]
|
files.conversionTypes[0]
|
||||||
}`;
|
}`;
|
||||||
a.click();
|
a.click();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue