mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 03:42:30 +00:00
feat(native-participants-pane) added showHeaderWithNavigation prop to JitsiModal and created close button
This commit is contained in:
committed by
Hristo Terezov
parent
e0a2320d75
commit
6597bfc2aa
@@ -158,7 +158,8 @@ class SettingsView extends AbstractSettingsView<Props, State> {
|
||||
headerLabelKey: 'settingsView.header'
|
||||
}}
|
||||
modalId = { SETTINGS_VIEW_ID }
|
||||
onClose = { this._onClose }>
|
||||
onClose = { this._onClose }
|
||||
showHeaderWithNavigation = { true }>
|
||||
<ScrollView>
|
||||
<FormSectionAccordion
|
||||
accordion = { false }
|
||||
|
||||
Reference in New Issue
Block a user