simple fix
This commit is contained in:
parent
6eae50d80d
commit
611e443dd2
@ -176,7 +176,7 @@ class ScreenCaptureService: ObservableObject {
|
||||
|
||||
// Try multiple times to get a successful capture
|
||||
for attempt in 1...maxCaptureRetries {
|
||||
logger.notice("🔄 Capture attempt \(attempt, privacy: .public) of \(maxCaptureRetries, privacy: .public)")
|
||||
logger.notice("🔄 Capture attempt \(attempt, privacy: .public) of \(self.maxCaptureRetries, privacy: .public)")
|
||||
|
||||
// First get window info
|
||||
guard let windowInfo = getActiveWindowInfo() else {
|
||||
@ -229,4 +229,4 @@ class ScreenCaptureService: ObservableObject {
|
||||
logger.notice("❌ All capture attempts failed")
|
||||
return nil
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user