Crcular ripple effect in reply.

square-messages
Black Hat 2019-05-06 09:50:44 +08:00
parent f8f10bb55d
commit 4610d61b92
1 changed files with 2 additions and 0 deletions

View File

@ -147,6 +147,8 @@ ColumnLayout {
RippleEffect {
anchors.fill: parent
circular: true
onClicked: userDetailDialog.createObject(ApplicationWindow.overlay, {"room": currentRoom, "user": replyAuthor}).open()
}
}