Don't screen sharing icon to mobile, fixes #338
parent
7cb0150816
commit
d5e14f8c5b
|
|
@ -230,6 +230,7 @@ const ButtonControlBar = (props) =>
|
||||||
}
|
}
|
||||||
</Fab>
|
</Fab>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
{ me.browser.platform !== 'mobile' &&
|
||||||
<Tooltip title={screenTip} placement={smallScreen ? 'top' : 'right'}>
|
<Tooltip title={screenTip} placement={smallScreen ? 'top' : 'right'}>
|
||||||
<Fab
|
<Fab
|
||||||
aria-label={intl.formatMessage({
|
aria-label={intl.formatMessage({
|
||||||
|
|
@ -258,6 +259,7 @@ const ButtonControlBar = (props) =>
|
||||||
}
|
}
|
||||||
</Fab>
|
</Fab>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue