diff options
Diffstat (limited to 'src')
-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(); } }); |