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

Display Settings window when app is launched and when clicking dock icon #90

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hisaac
Copy link
Contributor

@hisaac hisaac commented Jun 28, 2024

Description

This change modifies some of the app delegate code to make the app behave in a more standard way. Happy to make changes here if necessary, or just close the PR if you don't feel it's appropriate. Thanks!

Motivation and Context

Normally, when you first open an app and when you click on an app's icon in the dock, the app is activated and brought to the foreground. This doesn't happen by default however if an app only has a Settings window and no other UI.

I have a few little utility apps that fit this, and I've worked up a workaround for the issue. This PR is to bring over the code I use in my apps.

This also has a check to see if the app was launched as a login item. In that case, the main window is not presented, it stays in a hidden state.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

@hisaac hisaac requested a review from simonbs as a code owner June 28, 2024 15:50
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.

None yet

1 participant