Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
badgeek committed Aug 26, 2016
1 parent 5a579fb commit d6ef74b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cocoblockly/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ var menu = Menu.buildFromTemplate([
{label: "Paste", accelerator: "CmdOrCtrl+V", selector: "paste:" },
{label: "Select All", accelerator: "CmdOrCtrl+A", selector: "selectAll:" },
{label: 'Upload', accelerator: 'CmdOrCtrl+U', click: function() {sendIPCBroadcast({command: 'upload'})}},
{label: 'Debug',click: function() {mainWindow.openDevTools();}},
{label: 'Quit', accelerator: 'CmdOrCtrl+Q', click: function() {force_quit=true; app.quit();}}
]
}]);

0 comments on commit d6ef74b

Please sign in to comment.