Sfoglia il codice sorgente

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

Liang Ding 2 anni fa
parent
commit
fde48325e1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      kernel/model/graph.go

+ 1 - 1
kernel/model/graph.go

@@ -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"`
 }