Add option in settings for using group icons for newly created entries.

Closes #174
This commit is contained in:
Florian Geyer 2014-04-14 23:31:56 +02:00
parent 967a9f0195
commit ad26d962dc
4 changed files with 17 additions and 2 deletions

View file

@ -220,6 +220,10 @@ void DatabaseWidget::createEntry()
void DatabaseWidget::setIconFromParent()
{
if (!config()->get("UseGroupIconOnEntryCreation").toBool()) {
return;
}
if (m_newParent->iconNumber() == Group::DefaultIconNumber && m_newParent->iconUuid().isNull()) {
return;
}