Add context menu to copy message link URLs

This commit is contained in:
miruka
2019-09-01 19:03:32 -04:00
parent bf2004ed84
commit 01f8bc3d6c
6 changed files with 51 additions and 20 deletions

View File

@@ -7,6 +7,9 @@ Row {
id: eventContent
spacing: theme.spacing / 2
readonly property string hoveredLink:
nameLabel.hoveredLink || contentLabel.hoveredLink
readonly property string eventText: Utils.processedEventText(model)
readonly property string eventTime: Utils.formatTime(model.date)
readonly property int eventTimeSpaces: 2