aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/KeyMgmt.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-12-22 07:15:48 +0000
committerSaturneric <[email protected]>2022-12-22 07:15:48 +0000
commitb919ff9320c1915db79f836b5d00f6b7b31dfdec (patch)
treee6e53e192be69ff3d794a015c28220b1538a3a96 /src/ui/main_window/KeyMgmt.cpp
parentfeat: modify ui files (diff)
downloadGpgFrontend-b919ff9320c1915db79f836b5d00f6b7b31dfdec.tar.gz
GpgFrontend-b919ff9320c1915db79f836b5d00f6b7b31dfdec.zip
fix: remove myeasylog.log
Diffstat (limited to '')
-rw-r--r--src/ui/main_window/KeyMgmt.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/main_window/KeyMgmt.cpp b/src/ui/main_window/KeyMgmt.cpp
index 6dc2b14f..9df2b918 100644
--- a/src/ui/main_window/KeyMgmt.cpp
+++ b/src/ui/main_window/KeyMgmt.cpp
@@ -109,6 +109,7 @@ KeyMgmt::KeyMgmt(QWidget* parent)
this->statusBar()->show();
setWindowTitle(_("KeyPair Management"));
+ key_list_->AddMenuAction(generate_subkey_act_);
key_list_->AddMenuAction(delete_selected_keys_act_);
key_list_->AddMenuAction(show_key_details_act_);