diff options
author | Saturneric <[email protected]> | 2021-07-04 19:13:51 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-07-04 19:13:51 +0000 |
commit | 5846ce6d613eb84dcd61b468155a6d36dbdcfdf7 (patch) | |
tree | 5e435375aed59972d473a8dbd06ca8a3cb18edb5 /src/ui/widgets/KeyList.cpp | |
parent | Improve UI; Improve File Opera; (diff) | |
download | GpgFrontend-5846ce6d613eb84dcd61b468155a6d36dbdcfdf7.tar.gz GpgFrontend-5846ce6d613eb84dcd61b468155a6d36dbdcfdf7.zip |
Adjust and improve the basic settings page
Other improvements
Diffstat (limited to 'src/ui/widgets/KeyList.cpp')
-rw-r--r-- | src/ui/widgets/KeyList.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/widgets/KeyList.cpp b/src/ui/widgets/KeyList.cpp index 581cc91c..b044020a 100644 --- a/src/ui/widgets/KeyList.cpp +++ b/src/ui/widgets/KeyList.cpp @@ -215,7 +215,6 @@ void KeyList::slotRefresh() ++row_index; } - setChecked(keyList); } |