Adding in context menu to tab context menu. Fixes #424.

This commit is contained in:
Jonathan Kingston 2017-04-12 17:57:23 +01:00
parent e5c346b0c4
commit 2ee9682950

View file

@ -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;