forked from CringeStudios/element-desktop
Fix accelerator for save-image-as clashing with copy-link-address
This commit is contained in:
parent
b470657cdb
commit
b18bcd9bed
@ -108,7 +108,7 @@ function onLinkContextMenu(ev, params) {
|
||||
if (params.hasImageContents && !url.startsWith('blob:')) {
|
||||
popupMenu.append(new MenuItem({
|
||||
label: _t('Save image as...'),
|
||||
accelerator: 'a',
|
||||
accelerator: 's',
|
||||
async click() {
|
||||
const targetFileName = params.titleText || "image.png";
|
||||
const { filePath } = await dialog.showSaveDialog({
|
||||
|
Loading…
x
Reference in New Issue
Block a user