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