aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/GpgCoreInit.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-02-01 12:33:01 +0000
committersaturneric <[email protected]>2024-02-01 12:33:01 +0000
commit55afb9fc2e12e4cb2567a267f72dbc045718d41f (patch)
tree1f1ef3aabbecfdb38305afe387155d607138b69a /src/core/GpgCoreInit.cpp
parentfix: slove ci issues (diff)
downloadGpgFrontend-55afb9fc2e12e4cb2567a267f72dbc045718d41f.tar.gz
GpgFrontend-55afb9fc2e12e4cb2567a267f72dbc045718d41f.zip
fix: set use system pinentry as a default option
Diffstat (limited to 'src/core/GpgCoreInit.cpp')
-rw-r--r--src/core/GpgCoreInit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/GpgCoreInit.cpp b/src/core/GpgCoreInit.cpp
index d2e4c2ec..3a56c02a 100644
--- a/src/core/GpgCoreInit.cpp
+++ b/src/core/GpgCoreInit.cpp
@@ -319,7 +319,7 @@ void InitGpgFrontendCore(CoreInitArgs args) {
.toString();
auto use_pinentry_as_password_input_dialog =
- settings.value("gnupg/use_pinentry_as_password_input_dialog", false)
+ settings.value("gnupg/use_pinentry_as_password_input_dialog", true)
.toBool();
GF_CORE_LOG_DEBUG("core loaded if use custom key databse path: {}",