Fix missing semicolon
This commit is contained in:
parent
7cc8658c40
commit
fb52faa840
@ -107,7 +107,7 @@
|
|||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
label: 'Learn More',
|
label: 'Learn More',
|
||||||
click: function() { require('electron').shell.openExternal('https://github.com/glowing-bear/glowing-bear') }
|
click: function() { require('electron').shell.openExternal('https://github.com/glowing-bear/glowing-bear'); }
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user