Skip to content

Commit

Permalink
app: Add User Manual section to help
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Dec 13, 2020
1 parent f946ded commit bd78c90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ const template: Electron.MenuItemConstructorOptions[] = [
label: 'Learn More',
click: () => shell.openExternal('https://prolink.tools/'),
},
{
label: 'User Manual',
click: () => shell.openExternal('https://prolink.tools/manual'),
},
],
},
];
Expand Down

1 comment on commit bd78c90

@vercel
Copy link

@vercel vercel bot commented on bd78c90 Dec 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.