Implement declarative context menu loading

This commit is contained in:
Matt Colyer
2013-09-19 14:21:31 -07:00
parent 0aa0d7529a
commit c39ced381d
13 changed files with 231 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ window.atom =
activePackages: {}
packageStates: {}
themes: new ThemeManager()
contextMenu: new ContextMenuManager()
contextMenu: new ContextMenuManager(remote.getCurrentWindow().loadSettings.devMode)
getLoadSettings: ->
remote.getCurrentWindow().loadSettings