mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 16:47:46 +00:00
fix(toolbox): Background of disabled settings button & tileview button
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
fd606896b8
commit
096ee3cb53
@@ -1173,8 +1173,7 @@ class Toolbox extends Component<Props, State> {
|
||||
? mainMenuAdditionalButtons.push(
|
||||
<TileViewButton
|
||||
key = 'tileview'
|
||||
showLabel = { false }
|
||||
visible = { true } />)
|
||||
showLabel = { false } />)
|
||||
: overflowMenuAdditionalButtons.push(
|
||||
<TileViewButton
|
||||
key = 'tileview'
|
||||
|
||||
Reference in New Issue
Block a user