mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-27 10:42:35 +03:00
Merge pull request #5743 from mwz/quit-app-cmd-q-mac-take2
This commit is contained in:
commit
0180fb0134
@ -93,6 +93,10 @@ export class Application {
|
|||||||
app.commandLine.appendSwitch(flag[0], flag[1])
|
app.commandLine.appendSwitch(flag[0], flag[1])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
app.on('before-quit', () => {
|
||||||
|
this.quitRequested = true
|
||||||
|
})
|
||||||
|
|
||||||
app.on('window-all-closed', () => {
|
app.on('window-all-closed', () => {
|
||||||
if (this.quitRequested || process.platform !== 'darwin') {
|
if (this.quitRequested || process.platform !== 'darwin') {
|
||||||
app.quit()
|
app.quit()
|
||||||
|
Loading…
Reference in New Issue
Block a user