Ensure recent project list populated when no project loaded, fixes #13758

This commit is contained in:
Damien Guard
2017-03-05 17:21:05 -08:00
parent 89e74a277c
commit 52492c1386

View File

@@ -20,6 +20,7 @@ export default class ReopenProjectMenuManager {
commands.add('atom-workspace', { 'application:reopen-project': this.reopenProjectCommand.bind(this) })
)
this.update()
this.applyWindowsJumpListRemovals()
}