mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
fix(work): Treat work window as if it's always visible
This commit is contained in:
parent
1739a19d21
commit
06b35cde7c
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class NylasWindow
|
|||
webPreferences:
|
||||
directWrite: true
|
||||
|
||||
if @mainWindow
|
||||
if @neverClose
|
||||
# Prevents DOM timers from being suspended when the main window is hidden.
|
||||
# Means there's not an awkward catch-up when you re-show the main window.
|
||||
options.webPreferences.pageVisibility = true
|
||||
|
|
Loading…
Reference in a new issue