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

Commit

Permalink
Fix CmdOrCtrl+Y history shortcut
Browse files Browse the repository at this point in the history
Auditors: @aekeus

Fix #3312
  • Loading branch information
bbondy committed Aug 23, 2016
1 parent 70338ea commit 5c87dc1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/browser/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,11 +425,6 @@ const createWindowSubmenu = (CommonMenu) => {
CommonMenu.bookmarksManagerMenuItem(),
CommonMenu.downloadsMenuItem(),
CommonMenu.passwordsMenuItem(),
{
label: locale.translation('history'),
accelerator: 'CmdOrCtrl+Y',
visible: false
},
CommonMenu.separatorMenuItem,
{
label: locale.translation('bringAllToFront'),
Expand Down

1 comment on commit 5c87dc1

@aekeus
Copy link
Member

@aekeus aekeus commented on 5c87dc1 Aug 23, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++ confirmed

Please sign in to comment.