From 1c1f53267ad65b11c849c1c339c78b8c6daf78cb Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sat, 26 Aug 2023 16:54:01 +0330 Subject: Add encrypt subscription ON/OFF switch Co-Authored-By: SudoSpace <79229394+sudospaes@users.noreply.github.com> --- web/assets/js/model/models.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web/assets') diff --git a/web/assets/js/model/models.js b/web/assets/js/model/models.js index 1accec71..122145fb 100644 --- a/web/assets/js/model/models.js +++ b/web/assets/js/model/models.js @@ -194,6 +194,7 @@ class AllSetting { this.subCertFile = ""; this.subKeyFile = ""; this.subUpdates = 0; + this.subEncrypt = true; this.subShowInfo = true; this.timeLocation = "Asia/Tehran"; -- cgit v1.2.3