Add fullscreen button (not wired up to anything)

kegan/timestamp-hover
David Baker 2015-10-20 10:48:08 +01:00
parent f882ecc31b
commit 078134d481
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@ module.exports = React.createClass({
"Unmute" : "Mute") + " audio"
}
</div>
<div className="mx_RoomHeader_textButton" onClick={this.onFullscreenClick}>
Fullscreen
</div>
</div>
);
}