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:
parent
eee098e723
commit
508b5e22f9
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user