Rework general settings page

This commit is contained in:
Janek Bevendorff 2017-02-22 15:30:27 +01:00
parent 0892d1c744
commit 7abebabf4f
No known key found for this signature in database
GPG key ID: CFEC2F6850BFFA53
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;
}