summaryrefslogtreecommitdiff
path: root/application
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-07-08 15:44:29 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-07-08 15:44:29 +0200
commit900bfd6e10e1b0eac4de6ae6ce481d1a10dcd48b (patch)
treeba8c68203fd2b6ade49c232f557df362f9f74f48 /application
parent2ad260f4a61c0b45a067c6b94275ceffc9e49bbd (diff)
downloaduxp-900bfd6e10e1b0eac4de6ae6ce481d1a10dcd48b.tar.gz
Restore pref -- enhanced tiles aren't dead yet.
(without this, the newtab page is broken)
Diffstat (limited to 'application')
-rw-r--r--application/palemoon/app/profile/palemoon.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/application/palemoon/app/profile/palemoon.js b/application/palemoon/app/profile/palemoon.js
index e128a174b8..22c4f86541 100644
--- a/application/palemoon/app/profile/palemoon.js
+++ b/application/palemoon/app/profile/palemoon.js
@@ -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);