1
0
mirror of https://github.com/RobinLinus/snapdrop.git synced 2025-05-27 21:10:15 -07:00

iOS: Test if download works without SW

This commit is contained in:
RobinLinus 2018-10-11 00:20:50 +02:00
parent eee098e723
commit 508b5e22f9

View File

@ -238,7 +238,7 @@ class ReceiveDialog extends Dialog {
this.show();
if (window.isDownloadSupported) return;
// $a.target = "_blank"; // fallback
$a.target = "_blank"; // fallback
}
_formatFileSize(bytes) {