mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 支持设置页签打开最大数量 https://github.com/siyuan-note/siyuan/issues/2098
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user