aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-04-19 01:39:02 +0000
committersaturneric <[email protected]>2025-04-19 02:17:36 +0000
commitbe1f218314242fdf7c0fac76d32e2b9f16b5b6fe (patch)
tree2a56f13ca42170fab7837d03921155f621ad764b /src/ui
parentfix: find pinentry under /app/bin in flatpak container (diff)
downloadGpgFrontend-be1f218314242fdf7c0fac76d32e2b9f16b5b6fe.tar.gz
GpgFrontend-be1f218314242fdf7c0fac76d32e2b9f16b5b6fe.zip
fix: find out adsk problem of flatpak
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/keypair_details/KeyPairDetailTab.cpp1
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();
}