diff options
author | Saturneric <[email protected]> | 2022-07-23 12:18:23 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-07-23 12:18:23 +0000 |
commit | 61cc4ed27fd75315736407eac0932a3b297c9872 (patch) | |
tree | ab1aad6c483efffbe06e687627afb4f6260ebde2 /gpgfrontend.qrc | |
parent | fix(ui): fix button style problem (diff) | |
download | GpgFrontend-61cc4ed27fd75315736407eac0932a3b297c9872.tar.gz GpgFrontend-61cc4ed27fd75315736407eac0932a3b297c9872.zip |
feat(ui): add tab to show gnupg info
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 f034cf37..7f4a9c68 100644 --- a/gpgfrontend.qrc +++ b/gpgfrontend.qrc @@ -41,6 +41,7 @@ <file alias="format-line-spacing-double.png">resource/icons/format-line-spacing-double.png</file> <file alias="format-line-spacing-normal.png">resource/icons/format-line-spacing-normal.png</file> <file alias="format-line-spacing-triple.png">resource/icons/format-line-spacing-triple.png</file> + <file alias="gnupg.png">resource/icons/gnupg.png</file> <file alias="gpgfrontend.png">resource/icons/gpgfrontend.png</file> <file alias="importance.png">resource/icons/importance.png</file> <file alias="importkey_editor.png">resource/icons/importkey_editor.png</file> |