mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
💄
This commit is contained in:
@@ -172,7 +172,7 @@ window.atom =
|
||||
|
||||
showSaveDialog: (callback) ->
|
||||
currentWindow = remote.getCurrentWindow()
|
||||
result = remote.require('dialog').showSaveDialog currentWindow, title: 'Save File', defaultPath: path
|
||||
result = remote.require('dialog').showSaveDialog currentWindow, title: 'Save File'
|
||||
callback(result)
|
||||
|
||||
openDevTools: ->
|
||||
|
||||
Reference in New Issue
Block a user