kdepasswd: save the custom image to the faces directory by default

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-08-06 15:57:08 +03:00
parent f415017e21
commit a02c21aa91

View file

@ -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),