Update ui.js
This commit is contained in:
parent
57e235db0a
commit
f72ab52b88
|
@ -1017,7 +1017,7 @@ class ReceiveFileDialog extends ReceiveDialog {
|
||||||
hours = hours.length < 2 ? "0" + hours : hours;
|
hours = hours.length < 2 ? "0" + hours : hours;
|
||||||
let minutes = now.getMinutes().toString();
|
let minutes = now.getMinutes().toString();
|
||||||
minutes = minutes.length < 2 ? "0" + minutes : minutes;
|
minutes = minutes.length < 2 ? "0" + minutes : minutes;
|
||||||
filenameDownload = `PairDrop_files_${year+month+date}_${hours+minutes}.zip`;
|
filenameDownload = `ErikrafT-Drop_files_${year+month+date}_${hours+minutes}.zip`;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(e);
|
console.error(e);
|
||||||
downloadZipped = false;
|
downloadZipped = false;
|
||||||
|
|
Loading…
Reference in New Issue