Skip to content

Commit 4888ac0

Browse files
committed
grpc update version
1 parent 75ce1df commit 4888ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

menu/mainMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const template = [
9393
{
9494
label: "Learn More",
9595
click() {
96-
electron.shell.openExternal("http://electron.atom.io");
96+
require("electron").shell.openExternal("http://electron.atom.io");
9797
},
9898
},
9999
],

0 commit comments

Comments
 (0)