1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-23 17:05:28 +02:00

Message button: set circled false

Change-Id: I58aee3397e46025a79321e2a54211f72d299077e
This commit is contained in:
lcoursodon 2023-10-18 09:41:50 -04:00 committed by Sébastien Blin
parent 15351a5aae
commit 4e5f153230

View file

@ -287,6 +287,7 @@ Control {
source: JamiResources.more_vert_24dp_svg
width: optionButtonItem.width / 2
height: optionButtonItem.height
circled: false
onClicked: {
var component = Qt.createComponent("qrc:/commoncomponents/MessageOptionsPopup.qml");
@ -318,6 +319,7 @@ Control {
anchors.right: isOutgoing ? more.left : undefined
anchors.left: !isOutgoing ? more.right : undefined
visible: CurrentAccount.type !== Profile.Type.SIP && Body !== "" && (bubbleArea.bubbleHovered || hovered || more.hovered || bgHandler.hovered)
circled: false
onClicked: {
MessagesAdapter.editId = "";