Skip to content
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

chore: remove code duplication for accessibility permissions check #466

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

Conversation

tmakuch
Copy link

@tmakuch tmakuch commented Mar 14, 2025

No description provided.

@tmakuch
Copy link
Author

tmakuch commented Mar 14, 2025

tested on both mac and windows, linux should not differ

@tmakuch tmakuch marked this pull request as ready for review March 14, 2025 11:37
@Kvan7
Copy link
Owner

Kvan7 commented Mar 14, 2025

Reason this was duplicated was that putting all the logic for app startup in a function and calling it seemed to not work for mac for some reason. I definitely prefer this since it isn't duplicating.

@larssn When you get some time would you be able to confirm that this still satisfies the accessibility check from before?

@Kvan7
Copy link
Owner

Kvan7 commented Mar 14, 2025

linking #428

@tmakuch
Copy link
Author

tmakuch commented Mar 14, 2025

Reason this was duplicated was that putting all the logic for app startup in a function and calling it seemed to not work for mac for some reason.

@Kvan7, going through #428 I was able to reproduce the issue you've mentioned and fixed it in latest commit.
If granting permissions takes time, app still starts. @larssn, please still check it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants