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:
authorHamidreza Ghavami <70919649+hamid-gh98@users.noreply.github.com>2023-05-20 17:45:20 +0300
committerHamidreza Ghavami <70919649+hamid-gh98@users.noreply.github.com>2023-05-20 17:45:20 +0300
commit4831c2f1b2c73c1e40f23a61e728530b7cf4afe9 (patch)
treeedbc420456de52a9a936e76f99d09ec164e43eb2 /web/assets
parent3166d497f99df530e3a909ab1ba134fe53ef39ff (diff)
Add tgLang option
Diffstat (limited to 'web/assets')
-rw-r--r--web/assets/js/model/models.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/assets/js/model/models.js b/web/assets/js/model/models.js
index a3fd2633..e1fb5d02 100644
--- a/web/assets/js/model/models.js
+++ b/web/assets/js/model/models.js
@@ -181,6 +181,7 @@ class AllSetting {
this.tgRunTime = "@daily";
this.tgBotBackup = false;
this.tgCpu = "";
+ this.tgLang = "";
this.xrayTemplateConfig = "";
this.secretEnable = false;