Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2022-08-22 22:40:08 +08:00
commit ff1dea9658

View file

@ -510,6 +510,8 @@ func InitBoxes() {
}
for _, box := range Conf.GetOpenedBoxes() {
box.UpdateHistoryGenerated() // 初始化历史生成时间为当前时间
if !initialized {
box.Index(true)
}