mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Improve the status bar index creation information prompt https://github.com/siyuan-note/siyuan/issues/15390
This commit is contained in:
parent
16d3b65b2a
commit
55bc708582
2 changed files with 7 additions and 6 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue