diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-08-26 14:41:12 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-08-26 14:41:12 +0300 |
| commit | 38e1d0f94e0094f1a895e3dd8479409da15a9db0 (patch) | |
| tree | b385dd31ca1a6ae74058b0d2d57b88bf481f2f98 /web/assets | |
| parent | 71c1a05386ba5d173ef987d6f78e5f9532c78166 (diff) | |
[sub] improve usage info in Remark
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.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 2c992a1a..762d1174 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.subShowInfo = false; this.timeLocation = "Asia/Tehran"; |
