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
path: root/web/html
diff options
context:
space:
mode:
Diffstat (limited to 'web/html')
-rw-r--r--web/html/settings/panel/general.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/html/settings/panel/general.html b/web/html/settings/panel/general.html
index ffc2cda1..718c431c 100644
--- a/web/html/settings/panel/general.html
+++ b/web/html/settings/panel/general.html
@@ -124,6 +124,13 @@
v-model="allSetting.externalTrafficInformURI"></a-input>
</template>
</a-setting-list-item>
+ <a-setting-list-item paddings="small">
+ <template #title>{{ i18n "pages.settings.restartXrayOnClientDisable"}}</template>
+ <template #description>{{ i18n "pages.settings.restartXrayOnClientDisableDesc"}}</template>
+ <template #control>
+ <a-switch v-model="allSetting.restartXrayOnClientDisable"></a-switch>
+ </template>
+ </a-setting-list-item>
</a-collapse-panel>
<a-collapse-panel key="5" header='{{ i18n "pages.settings.dateAndTime" }}'>
<a-setting-list-item paddings="small">