Adding in context menu to tab context menu. Fixes #424.
This commit is contained in:
parent
e5c346b0c4
commit
2ee9682950
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,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"],
|
contexts: ["all", "tab"],
|
||||||
});
|
});
|
||||||
}).catch((e) => {
|
}).catch((e) => {
|
||||||
throw e;
|
throw e;
|
||||||
|
|
Loading…
Add table
Reference in a new issue