Skip to content

Commit

Permalink
make background image on NTP default enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto authored and imptrx committed Jun 20, 2019
1 parent 769a492 commit 03b50bb
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 03b50bb

Please sign in to comment.