Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into 5-x-y
Browse files Browse the repository at this point in the history
  • Loading branch information
sentialx committed Jun 23, 2020
2 parents 51c4bf6 + 9a41bab commit 5710540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/menus/view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const getViewMenu = (
},
{
label: 'Copy image',
click: () => webContents.copy(),
click: () => webContents.copyImageAt(params.x, params.y),
},
{
label: 'Copy image address',
Expand Down

0 comments on commit 5710540

Please sign in to comment.