Skip to content

Commit

Permalink
Fix non nightly long press menu. Fixes #658
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanKingston committed Jul 5, 2017
1 parent 9fcf822 commit 315c75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -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 ],
];
Expand Down Expand Up @@ -1322,7 +1323,6 @@ ContainerWindow.prototype = {
// CSS must be removed.
detachFrom(this._style, this._window);

this._shutdownPlusButtonMenu();
this._shutdownFileMenu();
this._shutdownAllTabsMenu();
this._shutdownContextMenu();
Expand Down

0 comments on commit 315c75f

Please sign in to comment.