Add fullscreen button (not wired up to anything)
This commit is contained in:
parent
f882ecc31b
commit
078134d481
1 changed files with 3 additions and 0 deletions
|
@ -85,6 +85,9 @@ module.exports = React.createClass({
|
|||
"Unmute" : "Mute") + " audio"
|
||||
}
|
||||
</div>
|
||||
<div className="mx_RoomHeader_textButton" onClick={this.onFullscreenClick}>
|
||||
Fullscreen
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue