We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3924b7 + 34bcf3e commit 089614aCopy full SHA for 089614a
1 file changed
darwin.go
@@ -38,6 +38,7 @@ static CGImageRef capture(CGDirectDisplayID id, CGRect diIntersectDisplayLocal,
38
config.sourceRect = diIntersectDisplayLocal;
39
config.width = diIntersectDisplayLocal.size.width;
40
config.height = diIntersectDisplayLocal.size.height;
41
+ config.showsCursor = NO;
42
[SCScreenshotManager captureImageWithFilter:filter
43
configuration:config
44
completionHandler:^(CGImageRef img, NSError* error) {
0 commit comments