mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
feat(toolbox) updated menu items order, dividers for mobile
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
72d4aa7dd5
commit
8bbee7d1dc
@@ -655,6 +655,12 @@ class Toolbox extends Component<Props> {
|
||||
group: 2
|
||||
};
|
||||
|
||||
const livestreaming = {
|
||||
key: 'livestreaming',
|
||||
Content: LiveStreamButton,
|
||||
group: 2
|
||||
};
|
||||
|
||||
const muteEveryone = {
|
||||
key: 'mute-everyone',
|
||||
Content: MuteEveryoneButton,
|
||||
@@ -667,12 +673,6 @@ class Toolbox extends Component<Props> {
|
||||
group: 2
|
||||
};
|
||||
|
||||
const livestreaming = {
|
||||
key: 'livestreaming',
|
||||
Content: LiveStreamButton,
|
||||
group: 2
|
||||
};
|
||||
|
||||
const shareVideo = {
|
||||
key: 'sharedvideo',
|
||||
Content: SharedVideoButton,
|
||||
@@ -755,9 +755,9 @@ class Toolbox extends Component<Props> {
|
||||
cc,
|
||||
recording,
|
||||
localRecording,
|
||||
livestreaming,
|
||||
muteEveryone,
|
||||
muteVideoEveryone,
|
||||
livestreaming,
|
||||
shareVideo,
|
||||
shareAudio,
|
||||
etherpad,
|
||||
|
||||
Reference in New Issue
Block a user