mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
🐛 Fix typo
This commit is contained in:
@@ -81,7 +81,7 @@ class ApplicationDelegate
|
||||
|
||||
setRepresentedDirectoryPaths: (paths) ->
|
||||
loadSettings = getWindowLoadSettings()
|
||||
loadSettings['initialPaths'] = value
|
||||
loadSettings['initialPaths'] = paths
|
||||
setWindowLoadSettings(loadSettings)
|
||||
|
||||
setAutoHideWindowMenuBar: (autoHide) ->
|
||||
|
||||
Reference in New Issue
Block a user