From a02c21aa91d2dd4962df06c0efe2ced371bb5f72 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sun, 6 Aug 2023 15:57:08 +0300 Subject: [PATCH] kdepasswd: save the custom image to the faces directory by default Signed-off-by: Ivailo Monev --- kdepasswd/kcm/chfacedlg.cpp | 1 + 1 file changed, 1 insertion(+) 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), -- 2.11.0