You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The usage documentation shows calling app.quit() after requireing electron-squirrel-startup, however, the code calls quit itself. This is misleading. If you run your own code on one of these flags after requireing electron-squirrel-startup, the app will quit from under you. The documentation should match the code. It would be nice to only optionally quit or not quit at all for flexibility.
The usage documentation shows calling
app.quit()
afterrequire
ingelectron-squirrel-startup
, however, the code calls quit itself. This is misleading. If you run your own code on one of these flags afterrequire
ingelectron-squirrel-startup
, the app will quit from under you. The documentation should match the code. It would be nice to only optionally quit or not quit at all for flexibility.Usage Docs
Source Code
electron-squirrel-startup/index.js
Line 21 in 29221a0
The text was updated successfully, but these errors were encountered: