-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Querying and manually requesting permissions for Electron applications on Mac. #477
Comments
Hi @mushan0x0 👋 since this would be specific to macOS only I’d rather not add it to the core framework. Best regards Simon |
Thank @s1hofmann But now whenever I run the program, it automatically jumps to the permission settings section. Can I control it manually? |
You mean explicitly disabling this behaviour? No. |
I used the |
I just noticed two methods requesting permissions that actually do not need them, I'll update that. Regarding #476, have you removed the application from your permissions list yet? |
… from permissionCheck.js since these setters do not required any permissions
I used the Regarding issue #476, it always exists on my computer. Even after removing and adding it again, it still has the same problem. However, when I installed it on another computer, there was no problem. |
These two methods definitely require accessibility permissions to work, so they can't be removed. |
Hi @mushan0x0 👋 I just spent some more time on this topic since it kept circling in my head. I’ll work on that. Best regards Simon |
…heck results and only ask for permissions on actual function call by wrapping it in a HOF
#153) * (nut-tree/nut.js#477) Removed both setMouseDelay and setKeyboardDelay from permissionCheck.js since these setters do not required any permissions * (nut-tree/nut.js#477) Update permissionCheck.js to cache permission check results and only ask for permissions on actual function call by wrapping it in a HOF * (nut-tree/nut.js#477) Re-require native bindings on error
Short overview
I want to trigger permission requests manually, so that I can better guide users to set permissions.
Detailed feature description
The text was updated successfully, but these errors were encountered: