fix: mutex handling in wholescreencapture

This commit is contained in:
2025-11-27 15:29:33 +03:00
parent a76be07298
commit f1d7cf656c
2 changed files with 16 additions and 3 deletions

View File

@@ -198,7 +198,7 @@ func (a *appImpl) processScreenshot() {
// Capture screenshot
filePath, err := a.capturer.Get()
if err != nil {
a.log.Error("Failed to capture screenshot", "error", err)
a.log.Error("failed to obtain screenshot from capturer", "error", err)
a.addConsoleOutput("Error: Failed to capture screenshot")
a.stats.Status = Waiting
return