We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Enable preference (or hidden preference via Term) for app to quit on closure of last window.
The text was updated successfully, but these errors were encountered:
Thanks @NicholasSloan for the suggestion. We're trying to keep the app very simple. If others want this feature, we'll add it to the list of features.
Please vote by putting a thumbs up on the issue.
Sorry, something went wrong.
For anyone that wants to take on the PR, the code to enable this feature is:
func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool { return true }
inside the AppDelegate.swift
No branches or pull requests
Enable preference (or hidden preference via Term) for app to quit on closure of last window.
The text was updated successfully, but these errors were encountered: