From 4265fca61b37b9cd6ef1e4d70dc5f1014fd54a9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rex?= Date: Fri, 20 Jun 2025 20:33:51 +0100 Subject: [PATCH] chore: add toggle bool to auth for items --- cv.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cv.go b/cv.go index 8c83438..7f37d87 100644 --- a/cv.go +++ b/cv.go @@ -63,6 +63,7 @@ type AuthInfoType struct { Editable bool `yaml:"editable" json:"editable"` Viewchange bool `yaml:"viewchange" json:"viewchange"` Show bool `yaml:"show" json:"show"` + Toggle bool `yaml:"toggle" json:"toggle"` } type ShowInfoType struct { Id string `yaml:"id" json:"id"`