From 8489f5f528ea77fec9d6c2102251da9d16e95780 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sat, 26 Aug 2023 16:01:02 +0330 Subject: some changes Co-Authored-By: Alireza Ahmadi --- web/assets/js/model/models.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/assets/js/model/models.js') 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"; -- cgit v1.2.3