diff options
author | Saturneric <[email protected]> | 2022-03-12 09:54:10 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-03-12 09:54:10 +0000 |
commit | db24670fedfa8fd9cf207ffd35e41b00f4f3497f (patch) | |
tree | 6c1aae26444a821609fda3ba6d8fb7182615e2f3 /ui/FilePage.ui | |
parent | <fix>(core): Fix the existing problem of the key package (diff) | |
download | GpgFrontend-db24670fedfa8fd9cf207ffd35e41b00f4f3497f.tar.gz GpgFrontend-db24670fedfa8fd9cf207ffd35e41b00f4f3497f.zip |
<feat>(core, ui): Provides the ability to handle folders
1. Convert folders to archive format for processing
Diffstat (limited to 'ui/FilePage.ui')
-rw-r--r-- | ui/FilePage.ui | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/FilePage.ui b/ui/FilePage.ui index 1fe9183d..7a04c992 100644 --- a/ui/FilePage.ui +++ b/ui/FilePage.ui @@ -191,6 +191,11 @@ <string>CreateEmptyFile</string> </property> </action> + <action name="actionCompressFiles"> + <property name="text"> + <string>CompressFiles</string> + </property> + </action> </widget> <resources> <include location="../gpgfrontend.qrc"/> |