mirror of https://github.com/vector-im/riot-web
Add fullscreen button (not wired up to anything)
parent
f882ecc31b
commit
078134d481
|
@ -85,6 +85,9 @@ module.exports = React.createClass({
|
|||
"Unmute" : "Mute") + " audio"
|
||||
}
|
||||
</div>
|
||||
<div className="mx_RoomHeader_textButton" onClick={this.onFullscreenClick}>
|
||||
Fullscreen
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue