From 315c75f2ac4807eb8f8c60747a79edd427fdbc09 Mon Sep 17 00:00:00 2001 From: Jonathan Kingston Date: Wed, 5 Jul 2017 13:08:33 -0700 Subject: [PATCH] Fix non nightly long press menu. Fixes #658 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index aefc544..afdfa61 100644 --- a/index.js +++ b/index.js @@ -49,6 +49,7 @@ const IDENTITY_ICONS_STANDARD = [ const PREFS = [ [ "privacy.userContext.enabled", true ], + [ "privacy.userContext.longPressBehavior", 2 ], [ "privacy.userContext.ui.enabled", false ], [ "privacy.usercontext.about_newtab_segregation.enabled", true ], ]; @@ -1322,7 +1323,6 @@ ContainerWindow.prototype = { // CSS must be removed. detachFrom(this._style, this._window); - this._shutdownPlusButtonMenu(); this._shutdownFileMenu(); this._shutdownAllTabsMenu(); this._shutdownContextMenu();