mirror of
https://github.com/atom/atom.git
synced 2026-01-25 23:08:18 -05:00
Save window options when opening a window
This commit is contained in:
@@ -392,6 +392,7 @@ class AtomApplication extends EventEmitter {
|
||||
window.browserWindow.removeListener('blur', blurHandler)
|
||||
})
|
||||
window.browserWindow.webContents.once('did-finish-load', blurHandler)
|
||||
this.saveCurrentWindowOptions(false)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user