mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
Rename setting so it refers only to group expanded state changes.
This commit is contained in:
parent
5003499700
commit
cf5f56af6f
4 changed files with 6 additions and 6 deletions
|
@ -229,7 +229,7 @@ void Group::setExpanded(bool expanded)
|
|||
if (m_isExpanded != expanded) {
|
||||
m_isExpanded = expanded;
|
||||
updateTimeinfo();
|
||||
if (config()->get("ModifiedOnVisualChanges").toBool()) {
|
||||
if (config()->get("ModifiedOnExpandedStateChanges").toBool()) {
|
||||
Q_EMIT modified();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue