File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ void InitGpgFrontendCore(CoreInitArgs args) {
319
319
.toString ();
320
320
321
321
auto use_pinentry_as_password_input_dialog =
322
- settings.value (" gnupg/use_pinentry_as_password_input_dialog" , false )
322
+ settings.value (" gnupg/use_pinentry_as_password_input_dialog" , true )
323
323
.toBool ();
324
324
325
325
GF_CORE_LOG_DEBUG (" core loaded if use custom key databse path: {}" ,
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ void GnuPGControllerDialog::set_settings() {
296
296
}
297
297
298
298
bool const use_pinentry_as_password_input_dialog =
299
- settings.value (" gnupg/use_pinentry_as_password_input_dialog" , false )
299
+ settings.value (" gnupg/use_pinentry_as_password_input_dialog" , true )
300
300
.toBool ();
301
301
if (use_pinentry_as_password_input_dialog) {
302
302
ui_->usePinentryAsPasswordInputDialogCheckBox ->setCheckState (Qt::Checked);
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ void KeyGenDialog::slot_key_gen_accept() {
141
141
142
142
if (!GlobalSettingStation::GetInstance ()
143
143
.GetSettings ()
144
- .value (" gnupg/use_pinentry_as_password_input_dialog" , false )
144
+ .value (" gnupg/use_pinentry_as_password_input_dialog" , true )
145
145
.toBool () &&
146
146
!no_pass_phrase_check_box_->isChecked ()) {
147
147
SetCacheValue (" PinentryContext" , " NEW_PASSPHRASE" );
You can’t perform that action at this time.
0 commit comments