From ef656f7c3e585c846589d68e66cff301c94e048b Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sun, 12 Feb 2023 17:54:02 +0330 Subject: [PATCH] stupid mistake --- web/html/xui/form/stream/stream_tcp.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/html/xui/form/stream/stream_tcp.html b/web/html/xui/form/stream/stream_tcp.html index b03b3015..32495a80 100644 --- a/web/html/xui/form/stream/stream_tcp.html +++ b/web/html/xui/form/stream/stream_tcp.html @@ -6,14 +6,14 @@ + :checked="inbound.stream.tcp.type === 'http'" + @change="checked => inbound.stream.tcp.type = checked ? 'http' : 'none'"> - @@ -50,7 +50,7 @@ -