mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +02:00
contextMenu: remove double separator
Change-Id: Ib11d464284effa5e78ca56441d0e535858071151 GitLab: #941
This commit is contained in:
parent
07c0f890da
commit
a791ab5a52
1 changed files with 2 additions and 2 deletions
|
@ -150,7 +150,7 @@ ContextMenuAutoLoader {
|
|||
canTrigger: !hasCall && contactType !== Profile.Type.SIP && !root.isBanned
|
||||
itemName: !(mode && isCoreDialog) ? JamiStrings.blockContact : JamiStrings.blockSwarm
|
||||
iconSource: JamiResources.block_black_24dp_svg
|
||||
addMenuSeparatorAfter: contactType !== Profile.Type.SIP
|
||||
addMenuSeparatorAfter: canTrigger
|
||||
onClicked: blockDialog.open()
|
||||
},
|
||||
GeneralMenuItem {
|
||||
|
@ -159,7 +159,7 @@ ContextMenuAutoLoader {
|
|||
canTrigger: root.isBanned
|
||||
itemName: JamiStrings.reinstateContact
|
||||
iconSource: JamiResources.round_remove_circle_24dp_svg
|
||||
addMenuSeparatorAfter: contactType !== Profile.Type.SIP
|
||||
addMenuSeparatorAfter: canTrigger
|
||||
onClicked: MessagesAdapter.unbanConversation(responsibleConvUid)
|
||||
},
|
||||
GeneralMenuItem {
|
||||
|
|
Loading…
Add table
Reference in a new issue