Skip to content

Commit

Permalink
Merge pull request #2756 from brave/ca-4995
Browse files Browse the repository at this point in the history
make background image on NTP default enabled
  • Loading branch information
imptrx authored Jun 21, 2019
2 parents a738125 + 03b50bb commit 3aff9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/brave_new_tab_ui/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [],
Expand Down

0 comments on commit 3aff9d1

Please sign in to comment.