mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Set default path on both files and folders
This commit is contained in:
@@ -496,7 +496,7 @@ class AtomApplication
|
||||
properties: properties.concat(['multiSelections', 'createDirectory'])
|
||||
title: 'Open'
|
||||
|
||||
if process.platform is 'linux' and type is 'file'
|
||||
if process.platform is 'linux'
|
||||
if projectPath = @lastFocusedWindow?.projectPath
|
||||
openOptions.defaultPath = projectPath
|
||||
|
||||
|
||||
Reference in New Issue
Block a user