mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Ignore group expansion.
This commit is contained in:
parent
b7546b45b3
commit
bce747e7f9
4 changed files with 14 additions and 0 deletions
|
@ -296,6 +296,9 @@ void Group::setExpanded(bool expanded)
|
|||
if (m_data.isExpanded != expanded) {
|
||||
m_data.isExpanded = expanded;
|
||||
updateTimeinfo();
|
||||
if (config()->get("IgnoreGroupExpansion").toBool()) {
|
||||
return;
|
||||
}
|
||||
emit modified();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue