Skip to content

Commit

Permalink
Add fullscreen button (not wired up to anything)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Oct 20, 2015
1 parent f882ecc commit 078134d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/skins/vector/views/molecules/RoomHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ module.exports = React.createClass({
"Unmute" : "Mute") + " audio"
}
</div>
<div className="mx_RoomHeader_textButton" onClick={this.onFullscreenClick}>
Fullscreen
</div>
</div>
);
}
Expand Down

0 comments on commit 078134d

Please sign in to comment.