diff options
Diffstat (limited to 'components/mailviewer/qml')
-rw-r--r-- | components/mailviewer/qml/EncryptionPart.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/mailviewer/qml/EncryptionPart.qml b/components/mailviewer/qml/EncryptionPart.qml index 84f4f89d..058c9af7 100644 --- a/components/mailviewer/qml/EncryptionPart.qml +++ b/components/mailviewer/qml/EncryptionPart.qml | |||
@@ -44,6 +44,10 @@ Item { | |||
44 | visible: encryption.debug | 44 | visible: encryption.debug |
45 | text: model.type | 45 | text: model.type |
46 | } | 46 | } |
47 | Text { | ||
48 | visible: model.errorType || encryption.debug | ||
49 | text: model.errorType + ": " + model.errorString | ||
50 | } | ||
47 | BorderImage { | 51 | BorderImage { |
48 | width: parent.width | 52 | width: parent.width |
49 | height: childrenRect.height + 40 | 53 | height: childrenRect.height + 40 |