Update main.go

Very little misspell
This commit is contained in:
Marcelo dos Santos Mafra
2024-12-13 16:37:34 -03:00
committed by GitHub
parent 953239bb5c
commit 7d1242d6ce

View File

@@ -786,5 +786,5 @@ func restoreStateAndHide() {
}
t := time.Now()
log.Debugf(fmt.Sprintf("UI hidden and restored in the backgroud in %v ms", t.Sub(timeStart1).Milliseconds()))
log.Debugf(fmt.Sprintf("UI hidden and restored in the background in %v ms", t.Sub(timeStart1).Milliseconds()))
}