mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Alert users when .sy file or database .json exceed 8MB https://github.com/siyuan-note/siyuan/issues/15451
This commit is contained in:
parent
f3cc641005
commit
eb13c34fe5
22 changed files with 98 additions and 15 deletions
|
|
@ -418,6 +418,7 @@ func setFiletree(c *gin.Context) {
|
|||
model.Conf.Save()
|
||||
|
||||
util.UseSingleLineSave = model.Conf.FileTree.UseSingleLineSave
|
||||
util.LargeFileWarningSize = model.Conf.FileTree.LargeFileWarningSize
|
||||
|
||||
ret.Data = model.Conf.FileTree
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue