🎨 Clean code

This commit is contained in:
Daniel 2025-07-27 20:26:42 +08:00
parent 9a72ef1472
commit 0f2e044c7e
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 4 additions and 4 deletions

View file

@ -690,7 +690,7 @@ func fullReindex() {
sql.IndexIgnoreCached = false
openedBoxes := Conf.GetOpenedBoxes()
for _, openedBox := range openedBoxes {
index(openedBox.ID)
indexBox(openedBox.ID)
}
LoadFlashcards()
debug.FreeOSMemory()