Rework general settings page

This commit is contained in:
Janek Bevendorff
2017-02-22 15:30:27 +01:00
parent 0892d1c744
commit 7abebabf4f
3 changed files with 343 additions and 233 deletions

View File

@@ -287,7 +287,7 @@ void DatabaseWidget::createEntry()
void DatabaseWidget::setIconFromParent()
{
if (!config()->get("UseGroupIconOnEntryCreation").toBool()) {
if (!config()->get("UseGroupIconOnEntryCreation", true).toBool()) {
return;
}