Skip to content

Commit

Permalink
Add shortcut for toggling the bookmark toolbar
Browse files Browse the repository at this point in the history
Resolves brave#12594

Auditors:

Test Plan:
  • Loading branch information
jbyte committed Jan 12, 2018
1 parent da42f04 commit c3effb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/common/commonMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ module.exports.submitFeedbackMenuItem = () => {
module.exports.bookmarksToolbarMenuItem = () => {
return {
label: locale.translation('bookmarksToolbar'),
accelerator: 'CmdOrCtrl+Shift+B',
type: 'checkbox',
checked: getSetting(settings.SHOW_BOOKMARKS_TOOLBAR),
click: (item, focusedWindow) => {
Expand Down

0 comments on commit c3effb4

Please sign in to comment.