From 03b50bb9d58269a65500bfbfe5992782c5f87d19 Mon Sep 17 00:00:00 2001 From: Cezar Augusto Date: Thu, 20 Jun 2019 14:21:49 -0300 Subject: [PATCH] make background image on NTP default enabled --- components/brave_new_tab_ui/storage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/brave_new_tab_ui/storage.ts b/components/brave_new_tab_ui/storage.ts index 49c9c7d05977..e2c0b3792471 100644 --- a/components/brave_new_tab_ui/storage.ts +++ b/components/brave_new_tab_ui/storage.ts @@ -10,7 +10,7 @@ import { debounce } from '../common/debounce' const keyName = 'new-tab-data' const defaultState: NewTab.State = { - showBackgroundImage: false, + showBackgroundImage: true, showSettings: false, topSites: [], ignoredTopSites: [],