mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-27 10:46:09 +01:00
🔥 Remove Settings - Appearance - Customize the current theme https://github.com/siyuan-note/siyuan/issues/8006
This commit is contained in:
parent
22e00e7b0a
commit
fde48325e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue