Multithrading now working correctly

This commit is contained in:
nik012003
2022-06-26 01:54:02 +02:00
committed by DomySh
parent 282438b005
commit 67f04cc8dc
9 changed files with 112 additions and 60 deletions

View File

@@ -21,7 +21,7 @@ function AddNewRegex({ opened, onClose, service }:{ opened:boolean, onClose:()=>
initialValues: {
regex:"",
type:"blacklist",
mode:"C <-> S",
mode:"C -> S",
is_case_insensitive:false,
percentage_encoding:false
},