diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-02-24 02:49:28 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-02-24 02:49:28 +0300 |
| commit | c500233a582e99bfa878b4d98a82045435dc225b (patch) | |
| tree | 05011910614147a8a5bd53529370658eda5fe32c /web/html/xui/settings.html | |
| parent | c7926d0bc06f2ee712f6850ac58e0e37abc3b898 (diff) | |
minor changesv2.2.0
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 } } }, |
