Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Remove email share shortcut
Browse files Browse the repository at this point in the history
It conflicts with devtools shortcut on Windows

Modification to #3121

Auditors: @srirambv
  • Loading branch information
bbondy authored and bsclifton committed May 10, 2017
1 parent 6308c43 commit 540f380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/browser/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const createFileSubmenu = () => {
}, {
label: locale.translation('share'),
submenu: [
CommonMenu.simpleShareActiveTabMenuItem('emailPageLink', 'email', 'CmdOrCtrl+Shift+I'),
CommonMenu.simpleShareActiveTabMenuItem('emailPageLink', 'email'),
CommonMenu.separatorMenuItem,
CommonMenu.simpleShareActiveTabMenuItem('tweetPageLink', 'twitter'),
CommonMenu.simpleShareActiveTabMenuItem('facebookPageLink', 'facebook'),
Expand Down

0 comments on commit 540f380

Please sign in to comment.