diff options
author | saturneric <[email protected]> | 2024-06-28 21:20:04 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-06-28 21:20:04 +0000 |
commit | 19926663f11c1013d0c68ccc92f2a4e236942ce9 (patch) | |
tree | 6847027cae650d78a6607d936a4cb512df2a8f54 /src/ui/dialog/keypair_details/KeyUIDSignDialog.cpp | |
parent | feat: user can select shown columns at key table (diff) | |
download | GpgFrontend-19926663f11c1013d0c68ccc92f2a4e236942ce9.tar.gz GpgFrontend-19926663f11c1013d0c68ccc92f2a4e236942ce9.zip |
refactor: rewrite KeyMenuAbility
Diffstat (limited to 'src/ui/dialog/keypair_details/KeyUIDSignDialog.cpp')
-rw-r--r-- | src/ui/dialog/keypair_details/KeyUIDSignDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/keypair_details/KeyUIDSignDialog.cpp b/src/ui/dialog/keypair_details/KeyUIDSignDialog.cpp index 4d96a945..983e7e2d 100644 --- a/src/ui/dialog/keypair_details/KeyUIDSignDialog.cpp +++ b/src/ui/dialog/keypair_details/KeyUIDSignDialog.cpp @@ -42,7 +42,7 @@ KeyUIDSignDialog::KeyUIDSignDialog(const GpgKey& key, UIDArgsListPtr uid, m_key_(key) { const auto key_id = m_key_.GetId(); m_key_list_ = - new KeyList(KeyMenuAbility::SEARCH_BAR, + new KeyList(KeyMenuAbility::kCOLUMN_FILTER | KeyMenuAbility::kSEARCH_BAR, GpgKeyTableColumn::kNAME | GpgKeyTableColumn::kEMAIL_ADDRESS | GpgKeyTableColumn::kKEY_ID, this); |