Open
Description
const info = await activeWindow({
accessibilityPermission: false,
screenRecordingPermission: true,
});
With this code, for some reason, the Electron app keeps asking for accessibility permission.
It keeps asking, even if both settings are false.
Is this some macOs 14.2.1 (23C71) miss-compatibility?
Why are those flags marked read-only in the interface?
Metadata
Metadata
Assignees
Labels
No labels