diff options
author | saturneric <[email protected]> | 2024-08-05 15:49:22 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-08-05 15:49:22 +0000 |
commit | d4e2335bfdff0985d4e410bf608bf73ff1fcfca7 (patch) | |
tree | 0f43d0ebcf065abeaaac9411f1ec02f77afeca3e /src/core/function/gpg/GpgContext.h | |
parent | fix: remove mimalloc from source (diff) | |
download | GpgFrontend-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.h | 3 |
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; ///< }; |