🎨 支持设置页签打开最大数量 https://github.com/siyuan-note/siyuan/issues/2098

This commit is contained in:
Liang Ding 2022-06-23 11:42:14 +08:00
parent 978ae3f555
commit 97a2c1c8db
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -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()