-
Notifications
You must be signed in to change notification settings - Fork 95
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
Quit app when window is closed #40
Labels
Milestone
Comments
I am using the master branch.
|
is that a good option (uses option 2) |
Never mind. fix is there |
dguo
added a commit
to dguo/donate-and-smile-safari
that referenced
this issue
Dec 19, 2018
Our app was rejected by App Store review because: "The user interface of your app is not consistent with the macOS Human Interface Guidelines. Specifically, we found that when the user closes the main application window there is no menu item to re-open it." A suggested option for a single-window app is to "save data and quit the app when the main window is closed," and that's what we are doing. Thanks to djyde/WebShell#40 for pointing me to the appropriate AppKit method: https://developer.apple.com/documentation/appkit/nsapplicationdelegate/1428381-applicationshouldterminateafterl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An app I built with Webshell just got rejected from the app store with the following statement regarding the default behavior when the main window gets closed:
As it is an single-window app it would be good to add the behavior as stated in the HIGuidlines.
The text was updated successfully, but these errors were encountered: