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