mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Set document.title to the project path even if there are no editors open + 💄
This commit is contained in:
@@ -42,6 +42,8 @@ class RootView extends View
|
||||
else if not panesViewState?
|
||||
@activeEditor().setBuffer(new Buffer)
|
||||
|
||||
@setTitle(@project?.path)
|
||||
|
||||
@deserializePanes(panesViewState) if panesViewState
|
||||
|
||||
serialize: ->
|
||||
|
||||
Reference in New Issue
Block a user