Hide conversation device if not a secure one

This commit is contained in:
Julien Wadel 2021-08-16 18:40:39 +02:00
parent f19f5c6832
commit 40d7ae4e92

View file

@ -321,6 +321,7 @@ ColumnLayout {
//: "Conversation's devices" : Item menu to get all participant devices of the chat room
text: qsTr('conversationMenuDevices')
iconMenu: (hovered ? 'menu_devices_selected' : 'menu_devices' )
visible: conversation.securityLevel != 1
iconSizeMenu: 25
menuItemStyle : MenuItemStyle.aux2
onTriggered: {