mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-05 00:08:49 +01:00
🎨 支持设置页签打开最大数量 https://github.com/siyuan-note/siyuan/issues/2098
This commit is contained in:
parent
57c094ee15
commit
4d0a71ce07
2 changed files with 5 additions and 0 deletions
|
|
@ -130,6 +130,9 @@ func InitConf() {
|
|||
if 1 > Conf.FileTree.MaxListCount {
|
||||
Conf.FileTree.MaxListCount = 512
|
||||
}
|
||||
if 1 > Conf.FileTree.MaxOpenTabCount {
|
||||
Conf.FileTree.MaxOpenTabCount = 12
|
||||
}
|
||||
if nil == Conf.Tag {
|
||||
Conf.Tag = conf.NewTag()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue