Merge pull request #530 from jonathanKingston/removal-of-tab-state-context
Removal of tab state context menu as unable to detect tab assignment …
This commit is contained in:
commit
1d385d2aaa
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ const assignManager = {
|
||||||
id: menuId,
|
id: menuId,
|
||||||
title: `${prefix} Always Open in This Container`,
|
title: `${prefix} Always Open in This Container`,
|
||||||
checked: true,
|
checked: true,
|
||||||
contexts: ["all", "tab"],
|
contexts: ["all"],
|
||||||
});
|
});
|
||||||
}).catch((e) => {
|
}).catch((e) => {
|
||||||
throw e;
|
throw e;
|
||||||
|
|
Loading…
Add table
Reference in a new issue