🎨 Improve the status bar index creation information prompt https://github.com/siyuan-note/siyuan/issues/15390

This commit is contained in:
Daniel 2025-08-01 16:01:32 +08:00
parent 16d3b65b2a
commit 55bc708582
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 7 additions and 6 deletions

View file

@ -677,10 +677,10 @@ func FullReindex() {
}
func fullReindex() {
pushSQLInsertBlocksFTSMsg = true
pushSQLInsertBlocksFTSMsg, pushSQLDeleteBlocksMsg = true, true
defer func() {
sql.FlushQueue()
pushSQLInsertBlocksFTSMsg = false
pushSQLInsertBlocksFTSMsg, pushSQLDeleteBlocksMsg = false, false
}()
util.PushEndlessProgress(Conf.language(35))