set night mode to default (#412)

This commit is contained in:
Ian Lapham 2019-08-13 13:34:14 -04:00 committed by Noah Zinsmeister
parent 0fb3565cb8
commit 1c6fa1761f

@ -42,7 +42,7 @@ function init() {
const defaultLocalStorage = {
[VERSION]: CURRENT_VERSION,
[BETA_MESSAGE_DISMISSED]: false,
[DARK_MODE]: false
[DARK_MODE]: true
}
try {