diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-08-26 16:24:01 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-08-26 16:24:01 +0300 |
| commit | 1c1f53267ad65b11c849c1c339c78b8c6daf78cb (patch) | |
| tree | 96657ca8414a83d74c6e385506c5bf266788e704 /web/assets | |
| parent | 8489f5f528ea77fec9d6c2102251da9d16e95780 (diff) | |
Add encrypt subscription ON/OFF switch
Co-Authored-By: SudoSpace <79229394+sudospaes@users.noreply.github.com>
Diffstat (limited to 'web/assets')
| -rw-r--r-- | web/assets/js/model/models.js | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |
