Skip to content

Commit

Permalink
Replace getName with name property
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eny0ung committed Feb 1, 2020
1 parent f3169c1 commit 1bcc20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const template = [
...(isDarwin
? [
{
label: app.getName(),
label: app.name,
submenu: [
{ role: 'about' },
{ type: 'separator' },
Expand Down

0 comments on commit 1bcc20d

Please sign in to comment.