diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-11-21 05:43:49 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-11-21 05:43:49 +0300 |
commit | 4625aa07feb647ecbaa9a2316e778a7bcc01c605 (patch) | |
tree | 33773c98fb37f4bae0cd6c5e0070fd48c88729d0 /src/config | |
parent | Some reformatting and reordering buttons (diff) | |
download | libredirect-4625aa07feb647ecbaa9a2316e778a7bcc01c605.zip |
Fixed Bypass not working https://github.com/libredirect/libredirect/issues/475
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/config.json b/src/config/config.json index e7d468b6..011347f5 100644 --- a/src/config/config.json +++ b/src/config/config.json @@ -702,7 +702,7 @@ "frontends": { "send": { "name": "Send", - "instanceList": "true" + "instanceList": true } }, "targets": [ |