Merge pull request #447 from jonathanKingston/tab-menu-item
Adding in context menu to tab context menu. Fixes #424.
This commit is contained in:
commit
0b1d6e9087
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ const assignManager = {
|
|||
id: menuId,
|
||||
title: `${prefix} Always Open in This Container`,
|
||||
checked: true,
|
||||
contexts: ["all"],
|
||||
contexts: ["all", "tab"],
|
||||
});
|
||||
}).catch((e) => {
|
||||
throw e;
|
||||
|
|
Loading…
Add table
Reference in a new issue