Skip to content

Commit

Permalink
Link to related issue
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jan 16, 2024
1 parent e08d8df commit 6be7898
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webextensions/background/tab-context-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -661,8 +661,9 @@ async function onShown(info, contextTab) {
multiselected
}) && modifiedItemsCount++;

// Not implemented yet. See also: https://github.com/piroor/treestyletab/issues/3423
updateItem('context_shareTabURL', {
visible: emulate && contextTab && false, // not implemented yet
visible: emulate && contextTab && false,
}) && modifiedItemsCount++;

updateItem('context_sendTabsToDevice', {
Expand Down

0 comments on commit 6be7898

Please sign in to comment.