mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
'did-change-paths' is never broadcast
This event is handled by AtomWindow::setProjectRoots() now.
This commit is contained in:
@@ -742,10 +742,6 @@ class AtomApplication extends EventEmitter {
|
||||
this.fileRecoveryService.didSavePath(window, path)
|
||||
))
|
||||
|
||||
this.disposable.add(ipcHelpers.on(ipcMain, 'did-change-paths', () =>
|
||||
this.saveCurrentWindowOptions(false)
|
||||
))
|
||||
|
||||
this.disposable.add(this.disableZoomOnDisplayChange())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user