mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-04 20:00:17 +01:00
🎨 支持设置页签打开最大数量 https://github.com/siyuan-note/siyuan/issues/2098
This commit is contained in:
parent
cd80bb8aac
commit
e737b4f10f
3 changed files with 3 additions and 3 deletions
|
|
@ -40,7 +40,7 @@ func NewFileTree() *FileTree {
|
|||
Sort: util.SortModeCustom,
|
||||
CreateDocNameTemplate: "",
|
||||
MaxListCount: 512,
|
||||
MaxOpenTabCount: 12,
|
||||
MaxOpenTabCount: 8,
|
||||
AllowCreateDeeper: false,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue