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

Commit b8b07b3

Browse files
committed
Add About to info page menu item. closes #76
1 parent 4576b3c commit b8b07b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default class MenuBuilder {
4646
const subMenuAbout = {
4747
label: 'Webrecorder Player',
4848
submenu: [
49-
{ label: 'Webrecorder Player', click: () => { this.mainWindow.webContents.send('change-location', '/help'); } },
49+
{ label: 'About Webrecorder Player', click: () => { this.mainWindow.webContents.send('change-location', '/help'); } },
5050
{ type: 'separator' },
5151
{ label: 'Services', submenu: [] },
5252
{ type: 'separator' },

0 commit comments

Comments
 (0)