🔥 Remove Settings - Appearance - Customize the current theme https://github.com/siyuan-note/siyuan/issues/8006

This commit is contained in:
Liang Ding 2023-04-17 14:45:49 +08:00
parent 22e00e7b0a
commit fde48325e1
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -47,7 +47,7 @@ type GraphNode struct {
type GraphLink struct {
From string `json:"from"`
To string `json:"to"`
Ref bool `json:"-"`
Ref bool `json:"ref"`
Arrows *GraphArrows `json:"arrows"`
}