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

This commit is contained in:
Daniel 2025-07-30 11:23:26 +08:00
parent 2f57e57b92
commit 9da208ec52
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 5 additions and 5 deletions

View file

@ -676,12 +676,10 @@ func FullReindex() {
task.AppendTask(task.ReloadUI, util.ReloadUI)
}
var fullReindexing bool
func fullReindex() {
fullReindexing = true
pushSQLInsertBlocksFTSMsg = true
defer func() {
fullReindexing = false
pushSQLInsertBlocksFTSMsg = false
}()
util.PushEndlessProgress(Conf.language(35))