diff options
author | saturneric <[email protected]> | 2025-04-19 01:39:02 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-19 02:17:36 +0000 |
commit | be1f218314242fdf7c0fac76d32e2b9f16b5b6fe (patch) | |
tree | 2a56f13ca42170fab7837d03921155f621ad764b /src/ui/dialog | |
parent | fix: find pinentry under /app/bin in flatpak container (diff) | |
download | GpgFrontend-be1f218314242fdf7c0fac76d32e2b9f16b5b6fe.tar.gz GpgFrontend-be1f218314242fdf7c0fac76d32e2b9f16b5b6fe.zip |
fix: find out adsk problem of flatpak
Diffstat (limited to 'src/ui/dialog')
-rw-r--r-- | src/ui/dialog/keypair_details/KeyPairDetailTab.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/dialog/keypair_details/KeyPairDetailTab.cpp b/src/ui/dialog/keypair_details/KeyPairDetailTab.cpp index 72a9a7c8..1ac087d2 100644 --- a/src/ui/dialog/keypair_details/KeyPairDetailTab.cpp +++ b/src/ui/dialog/keypair_details/KeyPairDetailTab.cpp @@ -274,7 +274,6 @@ void KeyPairDetailTab::slot_refresh_key() { assert(refreshed_key != nullptr); std::swap(this->key_, refreshed_key); - this->slot_refresh_key_info(); } |