提交 7680b253 编写于 作者: B Benjamin Pasero

remove unused code (window-all-closed)

上级 18f3f1d7
......@@ -141,8 +141,7 @@ export class LifecycleService implements ILifecycleService {
// Windows/Linux: we quit when all windows have closed
// Mac: we only quit when quit was requested
// --wait: we quit when all windows are closed
if (this.quitRequested || process.platform !== 'darwin' || this.environmentService.wait) {
if (this.quitRequested || process.platform !== 'darwin') {
app.quit();
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册