From fd918408f4c02b6f050a78285e7b2ceac9562ff6 Mon Sep 17 00:00:00 2001 From: Jonathan Kingston Date: Wed, 24 May 2017 02:35:48 +0100 Subject: [PATCH] Removal of tab state context menu as unable to detect tab assignment state. Fixes #520 --- webextension/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webextension/background.js b/webextension/background.js index 0b52532..8f4278c 100644 --- a/webextension/background.js +++ b/webextension/background.js @@ -201,7 +201,7 @@ const assignManager = { id: menuId, title: `${prefix} Always Open in This Container`, checked: true, - contexts: ["all", "tab"], + contexts: ["all"], }); }).catch((e) => { throw e;