From d30cdbf49a7443a62f599d4f91a4f1ebceb1c666 Mon Sep 17 00:00:00 2001 From: Ilya Afanasov Date: Sat, 15 Mar 2025 10:16:59 +0300 Subject: feat: custom subscription title in panel (#2773) * feat: custom subscription title in panel * feat: added translations --- web/assets/js/model/setting.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web/assets') diff --git a/web/assets/js/model/setting.js b/web/assets/js/model/setting.js index 4c15f420..6c8abe0d 100644 --- a/web/assets/js/model/setting.js +++ b/web/assets/js/model/setting.js @@ -26,6 +26,7 @@ class AllSetting { this.xrayTemplateConfig = ""; this.secretEnable = false; this.subEnable = false; + this.subTitle = ""; this.subListen = ""; this.subPort = 2096; this.subPath = "/sub/"; -- cgit v1.2.3