Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.

Commit

Permalink
Add About to info page menu item. closes #76
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rk3r committed Dec 7, 2018
1 parent 4576b3c commit b8b07b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default class MenuBuilder {
const subMenuAbout = {
label: 'Webrecorder Player',
submenu: [
{ label: 'Webrecorder Player', click: () => { this.mainWindow.webContents.send('change-location', '/help'); } },
{ label: 'About Webrecorder Player', click: () => { this.mainWindow.webContents.send('change-location', '/help'); } },
{ type: 'separator' },
{ label: 'Services', submenu: [] },
{ type: 'separator' },
Expand Down

0 comments on commit b8b07b3

Please sign in to comment.