mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 14:07:38 +03:00
Rework general settings page
This commit is contained in:
parent
0892d1c744
commit
7abebabf4f
3 changed files with 343 additions and 233 deletions
|
@ -287,7 +287,7 @@ void DatabaseWidget::createEntry()
|
|||
|
||||
void DatabaseWidget::setIconFromParent()
|
||||
{
|
||||
if (!config()->get("UseGroupIconOnEntryCreation").toBool()) {
|
||||
if (!config()->get("UseGroupIconOnEntryCreation", true).toBool()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue