mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
Merge branch 'master' of github.com:Eugeny/tabby
This commit is contained in:
commit
c88b02fa91
1 changed files with 4 additions and 0 deletions
|
@ -93,6 +93,10 @@ export class Application {
|
|||
app.commandLine.appendSwitch(flag[0], flag[1])
|
||||
}
|
||||
|
||||
app.on('before-quit', () => {
|
||||
this.quitRequested = true
|
||||
})
|
||||
|
||||
app.on('window-all-closed', () => {
|
||||
if (this.quitRequested || process.platform !== 'darwin') {
|
||||
app.quit()
|
||||
|
|
Loading…
Reference in a new issue