Skip to content

Commit

Permalink
Merge pull request #15444 from brave/disable-block-element-picker-in-…
Browse files Browse the repository at this point in the history
…private-windows

Disable block element picker in private sessions
  • Loading branch information
antonok-edm authored Oct 12, 2022
2 parents a5263d1 + a41ea8c commit dc63d16
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ chrome.contextMenus.create({
title: getLocale('elementPickerMode'),
id: 'elementPickerMode',
parentId: 'brave',
contexts: ['all']
contexts: ['all'],
enabled: !chrome.extension.inIncognitoContext
})
chrome.contextMenus.create({
title: getLocale('manageCustomFilters'),
Expand Down

0 comments on commit dc63d16

Please sign in to comment.