🎨 支持设置页签打开最大数量 https://github.com/siyuan-note/siyuan/issues/2098
This commit is contained in:
parent
978ae3f555
commit
97a2c1c8db
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ func setFiletree(c *gin.Context) {
|
|||
return
|
||||
}
|
||||
|
||||
fileTree := &conf.FileTree{}
|
||||
fileTree := conf.NewFileTree()
|
||||
if err = gulu.JSON.UnmarshalJSON(param, fileTree); nil != err {
|
||||
ret.Code = -1
|
||||
ret.Msg = err.Error()
|
||||
|
|
Loading…
Add table
Reference in a new issue