sindresorhus/electron-context-menu

How to add all “Paste” and “Paste as plain text” ?

MrZhang123 opened this issue · 0 comments

I expect to have both "Paste" and "Paste as plain text" options in the menu. However, I discovered that if I add "Paste as plain text," there will be two "Paste" buttons, and I cannot change the labels for these two "Paste" buttons because the labels are mapped using IDs. So, I would like to know how can I have both "Paste" and "Paste as plain text" options available in the menu?
image