diff options
author | saturneric <[email protected]> | 2024-01-05 14:21:11 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-05 14:21:11 +0000 |
commit | aeea160079b8ffd7f4f7c8accb20297e4f930f9a (patch) | |
tree | ec43bdc1d5134cdbe9c1dd1eeaa9474724113ab9 /gpgfrontend.qrc | |
parent | fix: slove a multi-threads issue at task model (diff) | |
download | GpgFrontend-aeea160079b8ffd7f4f7c8accb20297e4f930f9a.tar.gz GpgFrontend-aeea160079b8ffd7f4f7c8accb20297e4f930f9a.zip |
feat: improve tool menus and icons
Diffstat (limited to 'gpgfrontend.qrc')
-rw-r--r-- | gpgfrontend.qrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gpgfrontend.qrc b/gpgfrontend.qrc index cb7de350..2322e6e9 100644 --- a/gpgfrontend.qrc +++ b/gpgfrontend.qrc @@ -81,5 +81,10 @@ <file alias="password-generate.svg">resource/lfs/icons/password-generate.svg</file> <file alias="visibility.svg">resource/lfs/icons/visibility.svg</file> <file alias="new_directory.png">resource/lfs/icons/new_directory.png</file> + <file alias="copy.png">resource/lfs/icons/copy.png</file> + <file alias="none.png">resource/lfs/icons/none.png</file> + <file alias="clear.png">resource/lfs/icons/clear.png</file> + <file alias="cloud_sync.png">resource/lfs/icons/cloud_sync.png</file> + <file alias="total_selection.png">resource/lfs/icons/total_selection.png</file> </qresource> </RCC> |