Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-04-10 14:03:50 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-04-10 14:03:50 +0300
commit26a0481d8275c6d7953aaeb72a316db69c150354 (patch)
tree476c92929a3659e51091ada546dfb4778d41f757 /web/html/xui/form/protocol/trojan.html
parent304510aefc7bb56a392c2adc973e1dc918d4f31b (diff)
http header bug fixed
Diffstat (limited to 'web/html/xui/form/protocol/trojan.html')
-rw-r--r--web/html/xui/form/protocol/trojan.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/protocol/trojan.html b/web/html/xui/form/protocol/trojan.html
index 79e797c6..91fd7afd 100644
--- a/web/html/xui/form/protocol/trojan.html
+++ b/web/html/xui/form/protocol/trojan.html
@@ -32,7 +32,7 @@
<a-input type="number" v-model.number="client.limitIp" min="0" style="width: 70px;" ></a-input>
</a-form-item>
<a-form-item v-if="inbound.XTLS" label="Flow">
- <a-select v-model="client.flow" style="width: 150px">
+ <a-select v-model="client.flow" style="width: 150px" :dropdown-class-name="siderDrawer.isDarkTheme ? 'ant-card-dark' : ''">
<a-select-option value="">{{ i18n "none" }}</a-select-option>
<a-select-option v-for="key in XTLS_FLOW_CONTROL" :value="key">[[ key ]]</a-select-option>
</a-select>