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

When launching app window on macOS, make application a foreground app… #118

Merged
merged 1 commit into from
Jan 7, 2020

Conversation

oxtoacart
Copy link
Contributor

…lication, closes #109

@oxtoacart oxtoacart requested a review from atavism January 7, 2020 04:22
@@ -66,7 +66,7 @@ func onReady() {
mEnabled.SetTitle("Disabled")
mEnabled.Disable()
case <-mUrl.ClickedCh:
systray.ShowAppWindow("https://www.getlantern.org")
systray.ShowAppWindow("https://www.github.com/getlantern/lantern")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has more interesting UI controls with which to test.

@@ -187,8 +187,6 @@ - (void) quit

@end

void configureAppWindow(char* title, int width, int height);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was already declared in the header, didn't need to re-declare it here.

@atavism
Copy link
Contributor

atavism commented Jan 7, 2020

LGTM!

@atavism atavism merged commit 8503b34 into master Jan 7, 2020
@oxtoacart
Copy link
Contributor Author

Thanks @atavism!

@oxtoacart oxtoacart deleted the ox/issue109 branch January 7, 2020 17:48
ropog3ovomou pushed a commit to ropog3ovomou/systray that referenced this pull request Jul 13, 2022
When launching app window on macOS, make application a foreground app…
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.

OSX keyboard event input.
2 participants