mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +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
|
|
@ -167,7 +167,7 @@ func setFiletree(c *gin.Context) {
|
|||
}
|
||||
|
||||
if 1 > fileTree.MaxOpenTabCount {
|
||||
fileTree.MaxOpenTabCount = 12
|
||||
fileTree.MaxOpenTabCount = 8
|
||||
}
|
||||
if 32 < fileTree.MaxOpenTabCount {
|
||||
fileTree.MaxOpenTabCount = 32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue