mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Implement declarative context menu loading
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user