Skip to content

Commit

Permalink
fix: update "export logs" context
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed Oct 19, 2023
1 parent 8da26d7 commit d13afc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chrome/background/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ chrome.contextMenus?.removeAll(() => {
chrome.contextMenus.create({
id: 'radix-ce-logs',
title: 'Export Logs',
contexts: ['all'],
contexts: ['action'],
})
})

Expand Down

0 comments on commit d13afc2

Please sign in to comment.