mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Ensure recent project list populated when no project loaded, fixes #13758
This commit is contained in:
@@ -20,6 +20,7 @@ export default class ReopenProjectMenuManager {
|
||||
commands.add('atom-workspace', { 'application:reopen-project': this.reopenProjectCommand.bind(this) })
|
||||
)
|
||||
|
||||
this.update()
|
||||
this.applyWindowsJumpListRemovals()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user