C1.source/Sources/AlignerCore/Screenshots/ScreenCaptureKitScreenshotProvider.swift
@@ -256,7 +256,9 @@ configuration.height = max(1, Int(contentInfo.contentRect.height * CGFloat(contentInfo.pointPixelScale))) configuration.showsCursor = false configuration.ignoreShadowsSingleWindow = true configuration.includeChildWindows = true if #available(macOS 14.2, *) { configuration.includeChildWindows = true } return configuration }