freedom - default settings

This commit is contained in:
mhsanaei
2024-10-17 10:36:05 +02:00
parent 514c4909a4
commit 2950ce0c17
5 changed files with 21 additions and 11 deletions

View File

@@ -890,7 +890,11 @@ Outbound.FreedomSettings = class extends CommonClass {
};
Outbound.FreedomSettings.Fragment = class extends CommonClass {
constructor(packets = '1-3', length = '', interval = '') {
constructor(
packets = '1-3',
length = '',
interval = ''
) {
super();
this.packets = packets;
this.length = length;