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

Commit

Permalink
fix: image copying
Browse files Browse the repository at this point in the history
  • Loading branch information
sentialx committed Jun 23, 2020
1 parent 3a0cefa commit 9a41bab
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 9a41bab

Please sign in to comment.