From 59ea2645db827335a0689d2fb7aeeef4e52af52b Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Thu, 18 Sep 2025 13:56:04 +0200 Subject: new: subJsonEnable after this subEnable by default is true and subJsonEnable is false --- web/entity/entity.go | 1 + 1 file changed, 1 insertion(+) (limited to 'web/entity') diff --git a/web/entity/entity.go b/web/entity/entity.go index 844a7ce0..dd6885f6 100644 --- a/web/entity/entity.go +++ b/web/entity/entity.go @@ -42,6 +42,7 @@ type AllSetting struct { TwoFactorEnable bool `json:"twoFactorEnable" form:"twoFactorEnable"` TwoFactorToken string `json:"twoFactorToken" form:"twoFactorToken"` SubEnable bool `json:"subEnable" form:"subEnable"` + SubJsonEnable bool `json:"subJsonEnable" form:"subJsonEnable"` SubTitle string `json:"subTitle" form:"subTitle"` SubListen string `json:"subListen" form:"subListen"` SubPort int `json:"subPort" form:"subPort"` -- cgit v1.2.3