aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/KeyList.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-11-17 14:05:32 +0000
committersaturneric <[email protected]>2024-11-17 14:05:32 +0000
commitd2e5d874872ce2f73945ea6b7ab50297d4a94d9b (patch)
tree3139c54153b34aeefbc7e4a56f2e69551b5e52fe /src/ui/widgets/KeyList.cpp
parentfix: should import or export keys to selected key db (diff)
downloadGpgFrontend-d2e5d874872ce2f73945ea6b7ab50297d4a94d9b.tar.gz
GpgFrontend-d2e5d874872ce2f73945ea6b7ab50297d4a94d9b.zip
feat: show current selected key db
Diffstat (limited to 'src/ui/widgets/KeyList.cpp')
-rw-r--r--src/ui/widgets/KeyList.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widgets/KeyList.cpp b/src/ui/widgets/KeyList.cpp
index 209cc4b7..895b6b01 100644
--- a/src/ui/widgets/KeyList.cpp
+++ b/src/ui/widgets/KeyList.cpp
@@ -94,6 +94,7 @@ void KeyList::init() {
[this, channel](bool checked) {
if (checked) {
current_gpg_context_channel_ = channel;
+ ui_->channelLcdNumber->display(channel);
emit SignalRefreshDatabase();
}
});