diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-02 22:42:29 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-02 22:42:29 +0200 |
commit | 53bcc57dcfa0c053a79f4240ffb0f20f06fd433b (patch) | |
tree | c382dc754e4a97c72db598416d7074990a57d1d9 /framework/qml/MailViewer.qml | |
parent | 73db0914b9131c5cd705664da9fecc5f19c31109 (diff) | |
download | kube-53bcc57dcfa0c053a79f4240ffb0f20f06fd433b.tar.gz kube-53bcc57dcfa0c053a79f4240ffb0f20f06fd433b.zip |
Tooltips
Diffstat (limited to 'framework/qml/MailViewer.qml')
-rw-r--r-- | framework/qml/MailViewer.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/MailViewer.qml b/framework/qml/MailViewer.qml index a43c99e9..cb40a8f5 100644 --- a/framework/qml/MailViewer.qml +++ b/framework/qml/MailViewer.qml | |||
@@ -290,6 +290,7 @@ Rectangle { | |||
290 | clip: true | 290 | clip: true |
291 | 291 | ||
292 | actionIcon: Kube.Icons.save_inverted | 292 | actionIcon: Kube.Icons.save_inverted |
293 | actionTooltip: qsTr("Save attachment") | ||
293 | onExecute: messageParser.attachments.saveAttachmentToDisk(messageParser.attachments.index(index, 0)) | 294 | onExecute: messageParser.attachments.saveAttachmentToDisk(messageParser.attachments.index(index, 0)) |
294 | onClicked: messageParser.attachments.openAttachment(messageParser.attachments.index(index, 0)) | 295 | onClicked: messageParser.attachments.openAttachment(messageParser.attachments.index(index, 0)) |
295 | onPublicKeyImport: messageParser.attachments.importPublicKey(messageParser.attachments.index(index, 0)) | 296 | onPublicKeyImport: messageParser.attachments.importPublicKey(messageParser.attachments.index(index, 0)) |