-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: improves recording permissions handling on macOS #89
Conversation
// Demand permissions and open settings | ||
// open_permission_settings(&app); | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Explained the situation and problem in more detail here if anyone wants to have a look. FLOW 2 is especially problematic because people accidentally get stuck in it and keep asking for help 😓
After using the AppState to handle this it is definitely more fool-proof now, but can still break in a niche edge case. I am okay to proceed with this for now unless someone can come up with better solution 🙈 |
Lesssgo 🚀 |
Part of #78