The Wayback Machine - https://web.archive.org/web/20201015011321/https://github.com/electron/electron-quick-start/pull/394
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

docs: fix explanation of darwin auto-quit prevention #394

Merged
merged 1 commit into from Jun 11, 2020

Conversation

@BenSova
Copy link
Contributor

@BenSova BenSova commented Jun 11, 2020

I fixed the comment above the auto-quit prevention for macOS.
Before it suggested the code quits the app, now it says the code prevents the app from quitting.

Note: This same pull request was on Electron #24003. I added it here too for consistency.

// Quit when all windows are closed.
// Quit when all windows are closed, except on macOS. There, it's common
// for applications and their menu bar to stay active until the user quits
// explicitly with Cmd + Q.

This comment has been minimized.

@codebytere

codebytere Jun 11, 2020
Member

i'm not sure what's changed here? this copy was just moved but doesn't look to have been changed at all

This comment has been minimized.

@malept

malept Jun 11, 2020
Member

It's basically clarification via consolidating the comments. See electron/electron#24003 for context.

@malept
malept approved these changes Jun 11, 2020
Copy link
Member

@malept malept left a comment

This is consistent with electron/electron#24003 so 👍

@codebytere codebytere merged commit 5f0d688 into electron:master Jun 11, 2020
2 checks passed
2 checks passed
Semantic Pull Request ready to be squashed
Details
WIP Ready for review
Details
codebytere pushed a commit to electron/electron-quick-start-typescript that referenced this pull request Jun 16, 2020
…tart' (#38)

1. updated dev dependencies

2. Content-Security-Policy added
f844bb7 :  Ref - electron/electron-quick-start@0ed07b8 & electron/electron-quick-start#334

3. no need to hold on to mainWindow reference
478f1be : Ref  -electron/electron#21957  & electron/electron-quick-start#357

4. don't listen to 'activate' until ready
3e5cfff : fixes electron/electron#23476 & Ref: electron/electron-quick-start#382 

5. fix explanation of darwin auto-quit prevention
7679354 : Ref : electron/electron#24003 &  electron/electron-quick-start#394

6. docs: update stale comment - renderer has no access to Node
8e4701c : Ref: electron/electron-quick-start@6788309 & electron/electron-quick-start#308
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.