mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +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
|
|
@ -131,7 +131,7 @@ func InitConf() {
|
|||
Conf.FileTree.MaxListCount = 512
|
||||
}
|
||||
if 1 > Conf.FileTree.MaxOpenTabCount {
|
||||
Conf.FileTree.MaxOpenTabCount = 12
|
||||
Conf.FileTree.MaxOpenTabCount = 8
|
||||
}
|
||||
if 32 < Conf.FileTree.MaxOpenTabCount {
|
||||
Conf.FileTree.MaxOpenTabCount = 32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue