diff options
author | saturneric <[email protected]> | 2024-11-17 14:05:32 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-11-17 14:05:32 +0000 |
commit | d2e5d874872ce2f73945ea6b7ab50297d4a94d9b (patch) | |
tree | 3139c54153b34aeefbc7e4a56f2e69551b5e52fe /src/ui/widgets/KeyList.cpp | |
parent | fix: should import or export keys to selected key db (diff) | |
download | GpgFrontend-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.cpp | 1 |
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(); } }); |