Skip to content

Commit 9763807

Browse files
authored
(nut-tree/nut.js#469) Added captureScreen to methods requiring screencapture permissions (#151)
1 parent 2903c41 commit 9763807

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

permissionCheck.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ try {
5757
];
5858
const screenCaptureAccess = [
5959
"getWindowTitle",
60+
"captureScreen",
6061
];
6162

6263
for (const functionName of accessibilityAccess) {

0 commit comments

Comments
 (0)