mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
invite: merge InviteButton and InfoDialogButton on mobile
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
579d08e27e
commit
8cd881945a
@@ -9,7 +9,7 @@ import { Container } from '../../../base/react';
|
||||
import { connect } from '../../../base/redux';
|
||||
import { StyleType } from '../../../base/styles';
|
||||
import { ChatButton } from '../../../chat';
|
||||
import { InfoDialogButton } from '../../../invite';
|
||||
import { InviteButton } from '../../../invite';
|
||||
|
||||
import { isToolboxVisible } from '../../functions';
|
||||
|
||||
@@ -122,7 +122,7 @@ class Toolbox extends PureComponent<Props> {
|
||||
}
|
||||
{
|
||||
!_chatEnabled
|
||||
&& <InfoDialogButton
|
||||
&& <InviteButton
|
||||
styles = { buttonStyles }
|
||||
toggledStyles = { toggledButtonStyles } />
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user