Skip to content

Commit

Permalink
removing VR option
Browse files Browse the repository at this point in the history
  • Loading branch information
11 committed Oct 6, 2020
1 parent e274c41 commit 5178bd7
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/react-components/ui-root.js
Original file line number Diff line number Diff line change
Expand Up @@ -1108,22 +1108,6 @@ class UIRoot extends Component {
{!this.state.waitingOnAudio &&
!this.props.entryDisallowed && (
<div className={entryStyles.buttonContainer}>
{!isMobileVR && (
<button
onClick={e => {
e.preventDefault();
this.attemptLink();
}}
className={classNames([entryStyles.secondaryActionButton, entryStyles.wideButton])}
>
<FormattedMessage id="entry.device-medium" />
<div className={entryStyles.buttonSubtitle}>
<FormattedMessage
id={isMobile ? "entry.device-subtitle-mobile" : "entry.device-subtitle-desktop"}
/>
</div>
</button>
)}
{configs.feature("enable_lobby_ghosts") ? (
<button
onClick={e => {
Expand Down

0 comments on commit 5178bd7

Please sign in to comment.