mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Supports setting newly created sub-documents to be listed last https://github.com/siyuan-note/siyuan/issues/16327
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
72acce2c86
commit
6196173898
23 changed files with 90 additions and 9 deletions
|
|
@ -222,6 +222,9 @@ func InitConf() {
|
|||
Conf.FileTree.LargeFileWarningSize = 8
|
||||
}
|
||||
util.LargeFileWarningSize = Conf.FileTree.LargeFileWarningSize
|
||||
if nil == Conf.FileTree.CreateDocAtTop { // v3.4.0 之前的版本没有该字段,设置默认值为 true,即在顶部创建新文档,不改变用户习惯
|
||||
Conf.FileTree.CreateDocAtTop = func() *bool { b := true; return &b }()
|
||||
}
|
||||
|
||||
util.CurrentCloudRegion = Conf.CloudRegion
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue