diff options
author | Saturn&Eric <[email protected]> | 2024-02-01 13:09:07 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-01 13:09:07 +0000 |
commit | 264eff9121d45371aeec518ac23268f08f79a362 (patch) | |
tree | 1f1ef3aabbecfdb38305afe387155d607138b69a /src/ui/dialog/key_generate/KeygenDialog.cpp | |
parent | Merge pull request #129 from saturneric/dev/2.1.1/main (diff) | |
parent | fix: set use system pinentry as a default option (diff) | |
download | GpgFrontend-264eff9121d45371aeec518ac23268f08f79a362.tar.gz GpgFrontend-264eff9121d45371aeec518ac23268f08f79a362.zip |
Merge pull request #130 from saturneric/dev/2.1.1/main
Develop 2.1.2.5
Diffstat (limited to '')
-rw-r--r-- | src/ui/dialog/key_generate/KeygenDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/key_generate/KeygenDialog.cpp b/src/ui/dialog/key_generate/KeygenDialog.cpp index 50e28adf..5251d15e 100644 --- a/src/ui/dialog/key_generate/KeygenDialog.cpp +++ b/src/ui/dialog/key_generate/KeygenDialog.cpp @@ -141,7 +141,7 @@ void KeyGenDialog::slot_key_gen_accept() { if (!GlobalSettingStation::GetInstance() .GetSettings() - .value("gnupg/use_pinentry_as_password_input_dialog", false) + .value("gnupg/use_pinentry_as_password_input_dialog", true) .toBool() && !no_pass_phrase_check_box_->isChecked()) { SetCacheValue("PinentryContext", "NEW_PASSPHRASE"); |