We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e2cdd commit be0d3d9Copy full SHA for be0d3d9
public/scripts/ui.js
@@ -1235,7 +1235,7 @@ class ReceiveFileDialog extends ReceiveDialog {
1235
let zipName = "";
1236
let sendAsZip = false;
1237
1238
- const tooBigToZip = window.iOS && this._data.totalSize > 256000000;
+ const tooBigToZip = false; // window.iOS && this._data.totalSize > 256000000;
1239
1240
if (this._data.files.length > 1 && !tooBigToZip) {
1241
zipObjectUrl = await zipper.getObjectUrlOfZipFile(this._data.files,zipProgress => {
0 commit comments