mirror of
https://github.com/atom/atom.git
synced 2026-02-16 09:35:54 -05:00
Rename config to allowPendingPaneItems and improve description
This commit is contained in:
@@ -414,7 +414,7 @@ class Workspace extends Model
|
||||
split = options.split
|
||||
uri = @project.resolvePath(uri)
|
||||
|
||||
if not atom.config.get('core.openPendingPaneItems')
|
||||
if not atom.config.get('core.allowPendingPaneItems')
|
||||
options.pending = false
|
||||
|
||||
# Avoid adding URLs as recent documents to work-around this Spotlight crash:
|
||||
|
||||
Reference in New Issue
Block a user