diff options
author | saturneric <[email protected]> | 2024-11-22 12:06:49 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-11-22 12:06:49 +0000 |
commit | 3e8278bf4b4d71f107af4fa6ebb59ab5ae35feab (patch) | |
tree | 201b767b2bd6ac0ed2ca65c26253ec5d739be10c /gpgfrontend.qrc | |
parent | fix: version of gpgme should greater than 1.17.0 (diff) | |
download | GpgFrontend-3e8278bf4b4d71f107af4fa6ebb59ab5ae35feab.tar.gz GpgFrontend-3e8278bf4b4d71f107af4fa6ebb59ab5ae35feab.zip |
feat: add option to disable auto fetch key publish status function
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 08071cd5..b4269ebd 100644 --- a/gpgfrontend.qrc +++ b/gpgfrontend.qrc @@ -102,6 +102,7 @@ <file alias="add.png">resource/lfs/icons/add.png</file> <file alias="minus.png">resource/lfs/icons/minus.png</file> <file alias="database.png">resource/lfs/icons/database.png</file> + <file alias="publish.png">resource/lfs/icons/publish.png</file> </qresource> <qresource prefix="/test/key"> <file alias="pv1.key">resource/lfs/test/data/pv1.key</file> |