🎨 重建索引消息提示

This commit is contained in:
Liang Ding 2023-02-02 23:11:00 +08:00
parent af694ad3c1
commit ab9f2ba6fd
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -518,9 +518,9 @@ func fullReindex() {
treenode.SaveBlockTree(true)
LoadFlashcards()
runtime.GC()
util.PushClearMsg(msgId)
go func() {
time.Sleep(3 * time.Second)
util.PushClearMsg(msgId)
util.PushStatusBar(Conf.Language(108))
}()
}