mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
Fix app not quitting completely on Cmd+Q (Mac)
This commit is contained in:
@@ -94,7 +94,7 @@ export class Application {
|
|||||||
}
|
}
|
||||||
|
|
||||||
app.on('window-all-closed', () => {
|
app.on('window-all-closed', () => {
|
||||||
if (this.quitRequested || process.platform !== 'darwin') {
|
if (this.quitRequested) {
|
||||||
app.quit()
|
app.quit()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user