From db261be707138c29999aa036ed7e4294353f13c5 Mon Sep 17 00:00:00 2001 From: toby Date: Wed, 15 Mar 2017 12:28:50 -0400 Subject: [PATCH] Add new PGP operations to their categories --- src/js/config/Categories.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/js/config/Categories.js b/src/js/config/Categories.js index ef922682..dfa74f29 100755 --- a/src/js/config/Categories.js +++ b/src/js/config/Categories.js @@ -96,9 +96,12 @@ var Categories = [ "PGP Decrypt", "PGP Sign", "PGP Verify", + "Sign PGP Detached", + "Verify PGP Detached", "Sign PGP Cleartext", "Verify PGP Cleartext", "Generate PGP Key Pair", + "Detach PGP Cleartext", "Add PGP ASCII Armor", "Remove PGP ASCII Armor", ] @@ -116,8 +119,11 @@ var Categories = [ "PGP Decrypt", "PGP Sign", "PGP Verify", + "Sign PGP Detached", + "Verify PGP Detached", "Sign PGP Cleartext", "Verify PGP Cleartext", + "Detach PGP Cleartext", "Generate PGP Key Pair", "Add PGP ASCII Armor", "Remove PGP ASCII Armor",