Commit 1c6fa176 authored by Ian Lapham's avatar Ian Lapham Committed by Noah Zinsmeister

set night mode to default (#412)

parent 0fb3565c
...@@ -42,7 +42,7 @@ function init() { ...@@ -42,7 +42,7 @@ function init() {
const defaultLocalStorage = { const defaultLocalStorage = {
[VERSION]: CURRENT_VERSION, [VERSION]: CURRENT_VERSION,
[BETA_MESSAGE_DISMISSED]: false, [BETA_MESSAGE_DISMISSED]: false,
[DARK_MODE]: false [DARK_MODE]: true
} }
try { try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment