mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-07 21:24:24 +08:00
fix(win32): Wait longer before quitting if no windows are open
This commit is contained in:
parent
d2d79c6e2d
commit
b43aaf58f7
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ export default class WindowManager {
|
|||
if (visibleWindows.length === 0 && noMainWindowLoaded) {
|
||||
app.quit();
|
||||
}
|
||||
}, 10000);
|
||||
}, 25000);
|
||||
this.quitCheck();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue