diff options
author | saturneric <[email protected]> | 2024-11-26 19:57:56 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-11-26 20:07:41 +0000 |
commit | 673a3a13fac0b41124760bf44244ba0bb039e09f (patch) | |
tree | e3ecaf4ad7882c32dc38292b7abdb5bbd58afbb6 /gpgfrontend.qrc | |
parent | fix: add ui status control for email operations (diff) | |
download | GpgFrontend-673a3a13fac0b41124760bf44244ba0bb039e09f.tar.gz GpgFrontend-673a3a13fac0b41124760bf44244ba0bb039e09f.zip |
feat: support eml data decryption
Diffstat (limited to 'gpgfrontend.qrc')
-rw-r--r-- | gpgfrontend.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpgfrontend.qrc b/gpgfrontend.qrc index d53dc1d3..4e904366 100644 --- a/gpgfrontend.qrc +++ b/gpgfrontend.qrc @@ -104,6 +104,7 @@ <file alias="database.png">resource/lfs/icons/database.png</file> <file alias="publish.png">resource/lfs/icons/publish.png</file> <file alias="email-check.png">resource/lfs/icons/email-check.png</file> + <file alias="email-open.png">resource/lfs/icons/email-open.png</file> </qresource> <qresource prefix="/test/key"> <file alias="pv1.key">resource/lfs/test/data/pv1.key</file> |