Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign updocs: fix explanation of darwin auto-quit prevention #394
Conversation
| // 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. |
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
i'm not sure what's changed here? this copy was just moved but doesn't look to have been changed at all
malept
Jun 11, 2020
Member
It's basically clarification via consolidating the comments. See electron/electron#24003 for context.
It's basically clarification via consolidating the comments. See electron/electron#24003 for context.
|
This is consistent with electron/electron#24003 so |
…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

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

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.