Don't show screen sharing button on mobile

auto_join_3.3
Håvar Aambø Fosstveit 2020-04-03 22:22:33 +02:00
parent f174583ffd
commit 97bfca3471
1 changed files with 46 additions and 44 deletions

View File

@ -385,6 +385,7 @@ const Me = (props) =>
</Fab>
</div>
</Tooltip>
{ !me.isMobile &&
<Tooltip title={screenTip} placement='left'>
<div>
<Fab
@ -430,6 +431,7 @@ const Me = (props) =>
</Fab>
</div>
</Tooltip>
}
</React.Fragment>
</div>