mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +02:00
calloverlay: remove add to conference button for sip calls
Change-Id: I305f45f47890898a5f2b2f53fa468a86cd5d1a94
This commit is contained in:
parent
2ae9521558
commit
d7e76178d7
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ Rectangle {
|
|||
|
||||
Layout.preferredWidth: buttonPreferredSize
|
||||
Layout.preferredHeight: buttonPreferredSize
|
||||
visible: !isModerator
|
||||
visible: !isModerator && !isSip
|
||||
|
||||
pressedColor: JamiTheme.invertedPressedButtonColor
|
||||
hoveredColor: JamiTheme.invertedHoveredButtonColor
|
||||
|
|
Loading…
Add table
Reference in a new issue