diff options
Diffstat (limited to 'qml/keydetails.qml')
-rw-r--r-- | qml/keydetails.qml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/qml/keydetails.qml b/qml/keydetails.qml index ec3eb7e..148ad3d 100644 --- a/qml/keydetails.qml +++ b/qml/keydetails.qml @@ -50,6 +50,19 @@ Rectangle { visible: keymap.expired color: "#ff0000" } + + + Text { + id: text4 + x: 287 + y: 8 + text: qsTr("revoked") + font.italic: true + font.pixelSize: 22 + visible: keymap.revoked + color: "#ff0000" + } + } Rectangle { |