mirror of
https://github.com/Eugeny/tabby.git
synced 2025-01-02 23:45:45 +03:00
Merge pull request #5670 from mwz/quit-app-cmd-q-mac
This commit is contained in:
commit
ce435056a2
@ -94,7 +94,7 @@ export class Application {
|
||||
}
|
||||
|
||||
app.on('window-all-closed', () => {
|
||||
if (this.quitRequested || process.platform !== 'darwin') {
|
||||
if (this.quitRequested) {
|
||||
app.quit()
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user