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

sidepanel: do not show "Start swarm" for SIP accounts

Change-Id: I4efb18d87e8d2f4d07df0ebf0a5a6f0f11927bb5
GitLab: #834
parent 9c78604c
No related branches found
No related tags found
No related merge requests found
...@@ -222,7 +222,7 @@ Rectangle { ...@@ -222,7 +222,7 @@ Rectangle {
preferredSize: startBar.height preferredSize: startBar.height
visible: UtilsAdapter.getAppValue(Settings.EnableExperimentalSwarm) && !swarmMemberSearchList.visible visible: UtilsAdapter.getAppValue(Settings.EnableExperimentalSwarm) && !swarmMemberSearchList.visible && CurrentAccount.type !== Profile.Type.SIP
source: smartListLayout.visible ? JamiResources.create_swarm_svg : JamiResources.round_close_24dp_svg source: smartListLayout.visible ? JamiResources.create_swarm_svg : JamiResources.round_close_24dp_svg
toolTipText: smartListLayout.visible ? JamiStrings.startSwarm : JamiStrings.cancel toolTipText: smartListLayout.visible ? JamiStrings.startSwarm : JamiStrings.cancel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment