Fix iOS 12 download bug

This commit is contained in:
RobinLinus 2018-10-09 15:45:31 +02:00
parent e9e8d6336b
commit 29a755c555

View file

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