diff options
Diffstat (limited to '')
-rw-r--r-- | src/core/GpgContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/GpgContext.cpp b/src/core/GpgContext.cpp index 5a681fa7..6e6cf4dd 100644 --- a/src/core/GpgContext.cpp +++ b/src/core/GpgContext.cpp @@ -234,7 +234,7 @@ void GpgContext::post_init_ctx() { // preload info auto &info = GetInfo(); - // use custom qt dialog to replace pinentry + // // use custom qt dialog to replace pinentry if (!args_.use_pinentry) { SetPassphraseCb(custom_passphrase_cb); } |