diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-08-26 15:31:02 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-08-26 15:37:02 +0300 |
| commit | 8489f5f528ea77fec9d6c2102251da9d16e95780 (patch) | |
| tree | 32fa945019959d109a2a7ba5663435a0506c4d68 /web/assets/js/model/models.js | |
| parent | 872974910cc2ba7b736b2a78229eaed8ab9e62b3 (diff) | |
some changes
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/assets/js/model/models.js')
| -rw-r--r-- | web/assets/js/model/models.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/assets/js/model/models.js b/web/assets/js/model/models.js index 762d1174..1accec71 100644 --- a/web/assets/js/model/models.js +++ b/web/assets/js/model/models.js @@ -181,7 +181,7 @@ class AllSetting { this.tgBotChatId = ""; this.tgRunTime = "@daily"; this.tgBotBackup = false; - this.tgBotLoginNotify = false; + this.tgBotLoginNotify = true; this.tgCpu = ""; this.tgLang = "en-US"; this.xrayTemplateConfig = ""; @@ -194,7 +194,7 @@ class AllSetting { this.subCertFile = ""; this.subKeyFile = ""; this.subUpdates = 0; - this.subShowInfo = false; + this.subShowInfo = true; this.timeLocation = "Asia/Tehran"; |
