8000 App keeps askig for accessibilityPermission even if accessibilityPermission: false · Issue #182 · sindresorhus/get-windows · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
App keeps askig for accessibilityPermission even if accessibilityPermission: false #182
Open
@krisdante

Description

@krisdante
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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0