night mode: Fix initial state of night mode.

This commit is contained in:
Tim Abbott
2019-03-08 15:44:11 -08:00
parent 65eb125d61
commit 1157aef8b3
3 changed files with 1 additions and 8 deletions

View File

@@ -357,7 +357,6 @@ exports.initialize_everything = function () {
sent_messages.initialize();
hotspots.initialize();
ui.initialize();
night_mode.initialize();
panels.initialize();
typing.initialize();
starred_messages.initialize();