This commit is contained in:
Liang Ding 2023-01-09 22:51:16 +08:00
parent c202d5a961
commit 18a9d6b245
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
9 changed files with 25 additions and 0 deletions

View file

@ -273,6 +273,9 @@ func InitConf() {
if 1024 < Conf.Editor.DynamicLoadBlocks {
Conf.Editor.DynamicLoadBlocks = 1024
}
if 0 > Conf.Editor.BacklinkExpandCount {
Conf.Editor.BacklinkExpandCount = 0
}
if nil == Conf.Search {
Conf.Search = conf.NewSearch()