File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
packages/node_modules/overmind-devtools/backend Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -34,27 +34,22 @@ function createWindow() {
3434 { label : 'Overmind Devtools v' + appVersion } ,
3535 { type : 'separator' } ,
3636 {
37- label : 'Learn More ' ,
37+ label : 'Debug ' ,
3838 click ( ) {
39- require ( 'electron' ) . shell . openExternal (
40- 'https://cerebraljs.com/docs/introduction/debugger.html'
41- )
39+ mainWindow . openDevTools ( )
4240 } ,
4341 } ,
4442 {
45- label : 'Release Notes ' ,
43+ label : 'Learn More ' ,
4644 click ( ) {
47- require ( 'electron' ) . shell . openExternal (
48- 'https://github.com/cerebral/cerebral-debugger/releases/tag/v' +
49- appVersion
50- )
45+ require ( 'electron' ) . shell . openExternal ( 'https://overmindjs.org' )
5146 } ,
5247 } ,
5348 {
5449 label : 'License' ,
5550 click ( ) {
5651 require ( 'electron' ) . shell . openExternal (
57- 'https://github.com/cerebral/cerebral-debugger /blob/master/LICENSE'
52+ 'https://github.com/cerebral/overmind /blob/master/LICENSE'
5853 )
5954 } ,
6055 } ,
You can’t perform that action at this time.
0 commit comments