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:
Diffstat (limited to 'web/html/xui/inbounds.html')
-rw-r--r--web/html/xui/inbounds.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html
index fe5d7e3a..c8cf93d3 100644
--- a/web/html/xui/inbounds.html
+++ b/web/html/xui/inbounds.html
@@ -662,6 +662,7 @@
refreshInterval: Number(localStorage.getItem("refreshInterval")) || 5000,
subSettings: {
enable : false,
+ subTitle : '',
subURI : '',
subJsonURI : '',
},
@@ -711,6 +712,7 @@
this.tgBotEnable = tgBotEnable;
this.subSettings = {
enable : subEnable,
+ subTitle : subTitle,
subURI: subURI,
subJsonURI: subJsonURI
};