App context menu: Add electron-context-menu image entries - Save, Copy, Copy Address (PR #1256)

This commit is contained in:
Omoeba 2021-07-10 07:55:00 -07:00 committed by GitHub
parent 5e526fb000
commit 95e2ff9a3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -55,5 +55,8 @@ export function initContextMenu(
}
return items;
},
showCopyImage: true,
showCopyImageAddress: true,
showSaveImage: true,
});
}