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

Initialize color listener after app is ready #8568

Merged
merged 1 commit into from
Feb 3, 2017

Conversation

kevinsawicki
Copy link
Contributor

Creating a ScopedSysColorChangeListener before the app is ready appears to somehow interfere with global shortcuts (and possibly other things). This affects apps that require systemPreferences before app ready fires which is a common pattern.

This pull request changes it so the listener is only created after OnFinishLaunching is fired.

Fixes #7859

@kevinsawicki kevinsawicki force-pushed the initialize-color-listener-after-app-is-ready branch from 751a026 to 5973aa3 Compare February 3, 2017 17:00
@kevinsawicki kevinsawicki merged commit 4abbd65 into master Feb 3, 2017
@kevinsawicki kevinsawicki deleted the initialize-color-listener-after-app-is-ready branch February 3, 2017 17:32
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.

1 participant