mirror of
https://github.com/atom/atom.git
synced 2026-02-14 00:25:08 -05:00
Different title for file dialogs and folder dialogs.
This commit is contained in:
@@ -573,7 +573,10 @@ class AtomApplication
|
||||
|
||||
openOptions =
|
||||
properties: properties.concat(['multiSelections', 'createDirectory'])
|
||||
title: 'Open'
|
||||
title: switch type
|
||||
when 'file' then 'Open File'
|
||||
when 'folder' then 'Open Folder'
|
||||
when 'all' then 'Open'
|
||||
|
||||
if process.platform is 'linux'
|
||||
if projectPath = @lastFocusedWindow?.projectPath
|
||||
|
||||
Reference in New Issue
Block a user