Skip to content

Commit

Permalink
feat: menu reload (#1095)
Browse files Browse the repository at this point in the history
Co-authored-by: pgolovkin <[email protected]>
  • Loading branch information
stepanLav and pgolovkin authored Sep 26, 2023
1 parent dd80249 commit 4e894ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/vectormenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ export function buildMenuTemplate(): Menu {
label: 'View',
accelerator: 'V',
submenu: [
{
role: 'reload',
},
{
role: 'forceReload',
},
{ type: 'separator' },
{
role: 'resetZoom',
Expand Down

0 comments on commit 4e894ab

Please sign in to comment.