mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-19 02:37:47 +00:00
feat(toolbox) allow any toolbox button to be displayed in main toolbar (#9488)
* feat(toolbox) allow any toolbox button to be displayed as main fixes the previous behaviour where only a certain set of buttons were whitelisted for being displayed in the main toolbar * code review * code review - fix avatar icon position
This commit is contained in:
@@ -11,7 +11,7 @@ import type { Props as AbstractToolbarButtonProps }
|
||||
/**
|
||||
* The type of the React {@code Component} props of {@link ToolbarButton}.
|
||||
*/
|
||||
type Props = AbstractToolbarButtonProps & {
|
||||
export type Props = AbstractToolbarButtonProps & {
|
||||
|
||||
/**
|
||||
* The text to display in the tooltip.
|
||||
|
||||
Reference in New Issue
Block a user