mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 14:17:46 +00:00
[RN] Add ability to enable /disable the toolbox (Coding style: comments, consistency)
This commit is contained in:
@@ -66,7 +66,7 @@ class Toolbox extends Component {
|
||||
_audioOnly: PropTypes.bool,
|
||||
|
||||
/**
|
||||
* Flag showing whether the toolbox is enabled or not.
|
||||
* The indicator which determines whether the toolbox is enabled.
|
||||
*/
|
||||
_enabled: PropTypes.bool,
|
||||
|
||||
@@ -465,7 +465,7 @@ function _mapStateToProps(state) {
|
||||
_audioOnly: Boolean(conference.audioOnly),
|
||||
|
||||
/**
|
||||
* The indicator which determines whether the toolbox is enabled or not.
|
||||
* The indicator which determines whether the toolbox is enabled.
|
||||
*
|
||||
* @private
|
||||
* @type {boolean}
|
||||
|
||||
Reference in New Issue
Block a user