diff --git a/kdepasswd/kcm/chfacedlg.cpp b/kdepasswd/kcm/chfacedlg.cpp index 4bf15a54..67f53209 100644 --- a/kdepasswd/kcm/chfacedlg.cpp +++ b/kdepasswd/kcm/chfacedlg.cpp @@ -156,6 +156,7 @@ void ChFaceDlg::addCustomPixmap(const QString &imPath, bool saveCopy) void ChFaceDlg::slotGetCustomImage() { QCheckBox* checkWidget = new QCheckBox(i18n("&Save copy in custom faces folder for future use"), nullptr); + checkWidget->setChecked(true); KFileDialog dlg( QDir::homePath(), KImageIO::pattern(KImageIO::Reading),