Don't show screen sharing button on mobile
parent
f174583ffd
commit
97bfca3471
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue