1
0
mirror of https://github.com/RobinLinus/snapdrop.git synced 2025-05-29 14:00:27 -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(); this.show();
if (window.isDownloadSupported) return; if (window.isDownloadSupported) return;
// $a.target = "_blank"; // fallback $a.target = "_blank"; // fallback
} }
_formatFileSize(bytes) { _formatFileSize(bytes) {