set night mode to default (#412)
This commit is contained in:
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user