Merge pull request #141 from msmafra/patch-1

Update main.go
This commit is contained in:
Piotr Miller
2024-12-14 00:56:03 +01:00
committed by GitHub

View File

@@ -786,5 +786,5 @@ func restoreStateAndHide() {
} }
t := time.Now() 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()))
} }