Restore pref -- enhanced tiles aren't dead yet.

(without this, the newtab page is broken)
This commit is contained in:
wolfbeast 2018-07-08 15:44:29 +02:00 committed by Roy Tam
commit dca5d5479c

View file

@ -1052,6 +1052,9 @@ pref("browser.newtab.preload", false);
// Toggles the content of 'about:newtab'. Shows the grid when enabled.
pref("browser.newtabpage.enabled", true);
// XXX: Remove this when "enhanced" tiles are dead
pref("browser.newtabpage.enhanced", false);
// enables showing basic placeholders for missing thumbnails
pref("browser.newtabpage.thumbnailPlaceholder", false);