From 4050dd0db4ff31c3de1a966ceade1c20540c63b5 Mon Sep 17 00:00:00 2001 From: saturneric Date: Tue, 4 Feb 2025 16:17:16 +0100 Subject: fix: solve discovered issues before release v2.1.7 --- src/core/function/gpg/GpgContext.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/core/function/gpg/GpgContext.cpp') 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 -- cgit v1.2.3