Show chat as disabled by default

This commit is contained in:
Gabe Kangas 2020-07-20 00:21:10 -07:00
parent 54a9206051
commit a7b625c37f

View file

@ -93,6 +93,7 @@ class MessagingInterface {
this.chatDisplayed = getLocalStorage(KEY_CHAT_DISPLAYED) || true;
this.displayChat();
this.disableChat(); // Disabled by default.
}
updateUsernameFields(username) {