mirror of
https://github.com/atom/atom.git
synced 2026-02-12 07:35:14 -05:00
Don't append launch options to the deserialized ones??
This commit is contained in:
@@ -258,7 +258,7 @@ class AtomApplication extends EventEmitter {
|
||||
|
||||
if (shouldReopenPreviousWindows) {
|
||||
for (const previousOptions of await this.loadPreviousWindowOptions()) {
|
||||
optionsForWindowsToOpen.push(Object.assign({}, options, previousOptions))
|
||||
optionsForWindowsToOpen.push(previousOptions)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user