aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/gpg/GpgContext.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-08-05 15:49:22 +0000
committersaturneric <[email protected]>2024-08-05 15:49:22 +0000
commitd4e2335bfdff0985d4e410bf608bf73ff1fcfca7 (patch)
tree0f43d0ebcf065abeaaac9411f1ec02f77afeca3e /src/core/function/gpg/GpgContext.h
parentfix: remove mimalloc from source (diff)
downloadGpgFrontend-d4e2335bfdff0985d4e410bf608bf73ff1fcfca7.tar.gz
GpgFrontend-d4e2335bfdff0985d4e410bf608bf73ff1fcfca7.zip
fix: custom key database feature not working
Diffstat (limited to 'src/core/function/gpg/GpgContext.h')
-rw-r--r--src/core/function/gpg/GpgContext.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/function/gpg/GpgContext.h b/src/core/function/gpg/GpgContext.h
index 7a7ef24b..1ff22b8a 100644
--- a/src/core/function/gpg/GpgContext.h
+++ b/src/core/function/gpg/GpgContext.h
@@ -46,8 +46,7 @@ struct GpgContextInitArgs {
bool offline_mode = false; ///<
bool auto_import_missing_key = false; ///<
- bool custom_gpgconf = false; ///<
- QString custom_gpgconf_path; ///<
+ QString gpgconf_path; ///<
bool use_pinentry = false; ///<
};