Skip to content
Snippets Groups Projects
Commit 4e5f1532 authored by Liam Coursodon's avatar Liam Coursodon Committed by Sébastien Blin
Browse files

Message button: set circled false

Change-Id: I58aee3397e46025a79321e2a54211f72d299077e
parent 15351a5a
No related branches found
No related tags found
No related merge requests found
......@@ -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 = "";
......
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