diff options
Diffstat (limited to 'web/html/xui/settings.html')
| -rw-r--r-- | web/html/xui/settings.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html index adc199a9..fdb523c3 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -263,7 +263,6 @@ <a-col :lg="24" :xl="12"> <a-list-item-meta title="Telegram Bot Language" /> </a-col> - <a-col :lg="24" :xl="12"> <template> <a-select @@ -352,7 +351,7 @@ streamSettings: { sockopt: { tcpKeepAliveIdle: 100, - TcpNoDelay: true + tcpNoDelay: true } } }, |
