mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
kdepasswd: save the custom image to the faces directory by default
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
f415017e21
commit
a02c21aa91
1 changed files with 1 additions and 0 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue