add comment
This commit is contained in:
parent
8cb4208282
commit
03acee9ed2
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ export default appState => {
|
|||
startMinimized ? window.hide() : window.show();
|
||||
});
|
||||
|
||||
// A backup incase https://github.com/electron/electron/issues/7779 happens
|
||||
window.webContents.once('dom-ready', () => {
|
||||
startMinimized && window.hide()
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue