diff options
Diffstat (limited to 'web/html/xui/form/client.html')
| -rw-r--r-- | web/html/xui/form/client.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/client.html b/web/html/xui/form/client.html index 070b962c..01d96c73 100644 --- a/web/html/xui/form/client.html +++ b/web/html/xui/form/client.html @@ -104,7 +104,7 @@ </a-textarea> </a-form> </a-form-item> - <a-form-item v-if="inbound.xtls" label='Flow'> + <a-form-item v-if="inbound.stream.isXtls" label='Flow'> <a-select v-model="client.flow" :dropdown-class-name="themeSwitcher.currentTheme"> <a-select-option value="" selected>{{ i18n "none" }}</a-select-option> <a-select-option v-for="key in XTLS_FLOW_CONTROL" :value="key">[[ key ]]</a-select-option> |
