Skip to content
Snippets Groups Projects
Commit a673ff98 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

chatviewheader: show details panel when syncing

Change-Id: Ifd0caafc6ec6cf10b0a834875e9dcf6daf527868
parent 7803dd09
No related branches found
No related tags found
No related merge requests found
......@@ -230,8 +230,7 @@ Rectangle {
checkable: true
checked: extrasPanel.isOpen(ChatView.SwarmDetailsPanel)
visible: interactionButtonsVisibility &&
(swarmDetailsVisibility || LRCInstance.currentAccountType === Profile.Type.SIP) // TODO if SIP not a request
visible: (swarmDetailsVisibility || LRCInstance.currentAccountType === Profile.Type.SIP)
source: JamiResources.swarm_details_panel_svg
toolTipText: JamiStrings.details
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment