diff options
author | saturneric <[email protected]> | 2025-02-04 15:17:16 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-02-04 15:17:16 +0000 |
commit | 4050dd0db4ff31c3de1a966ceade1c20540c63b5 (patch) | |
tree | ff948010519560a382545768cbb8b7b4ec9a580e /src/core/function/gpg/GpgContext.cpp | |
parent | Merge branch 'develop' (diff) | |
download | GpgFrontend-4050dd0db4ff31c3de1a966ceade1c20540c63b5.tar.gz GpgFrontend-4050dd0db4ff31c3de1a966ceade1c20540c63b5.zip |
fix: solve discovered issues before release v2.1.7
Diffstat (limited to '')
-rw-r--r-- | src/core/function/gpg/GpgContext.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/function/gpg/GpgContext.cpp b/src/core/function/gpg/GpgContext.cpp index 002c0488..e93544ba 100644 --- a/src/core/function/gpg/GpgContext.cpp +++ b/src/core/function/gpg/GpgContext.cpp @@ -211,8 +211,7 @@ class GpgContext::Impl { auto set_ctx_openpgp_engine_info(gpgme_ctx_t ctx) -> bool { const auto app_path = Module::RetrieveRTValueTypedOrDefault<>( - "core", QString("gpgme.ctx.app_path").arg(parent_->GetChannel()), - QString{}); + "core", QString("gpgme.ctx.app_path"), QString{}); QString database_path; // set custom gpg key db path |