Skip to content

Commit

Permalink
removed Quit Launcher item
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Oct 9, 2024
1 parent 1829849 commit fb27da6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,7 @@ contextMenu({
{
label: 'Reload',
click: () => (browserWindow as BrowserWindow).reload(),
},
{
label: 'Quit Launcher',
click: () => app.quit(),
},
}
],
});

Expand Down

0 comments on commit fb27da6

Please sign in to comment.