OSDN Git Service

kdepasswd: save the custom image to the faces directory by default
authorIvailo Monev <xakepa10@gmail.com>
Sun, 6 Aug 2023 12:57:08 +0000 (15:57 +0300)
committerIvailo Monev <xakepa10@gmail.com>
Sun, 6 Aug 2023 12:57:08 +0000 (15:57 +0300)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
kdepasswd/kcm/chfacedlg.cpp

index 4bf15a5..67f5320 100644 (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),