mirror of
https://github.com/eugeny/tabby
synced 2026-08-25 07:16:37 +00:00
macOS: don't exit when the last window is closed - fixes #4263
This commit is contained in:
+1
-3
@@ -26,9 +26,7 @@ app.on('activate', () => {
|
||||
}
|
||||
})
|
||||
|
||||
app.on('window-all-closed', () => {
|
||||
app.quit()
|
||||
})
|
||||
app.on('window-all-closed', () => null)
|
||||
|
||||
process.on('uncaughtException' as any, err => {
|
||||
console.log(err)
|
||||
|
||||
Reference in New Issue
Block a user