Show chat by default. Closes #137
This commit is contained in:
parent
c9451cf13a
commit
2c1caa1238
@ -42,7 +42,7 @@ export default class App extends Component {
|
||||
|
||||
this.state = {
|
||||
websocket: new Websocket(),
|
||||
displayChat: getLocalStorage(KEY_CHAT_DISPLAYED), // chat panel state
|
||||
displayChat: getLocalStorage(KEY_CHAT_DISPLAYED) || true, // chat panel state
|
||||
chatEnabled: false, // chat input box state
|
||||
username: getLocalStorage(KEY_USERNAME) || generateUsername(),
|
||||
userAvatarImage:
|
||||
|
Loading…
x
Reference in New Issue
Block a user