mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Remove ModifiedOnExpandedStateChanges config option.
I'm pretty sure noone knew what it actually does. This is the sort of option users shouldn't be bothered with.
This commit is contained in:
parent
8fd69e084e
commit
07e4fbacd4
4 changed files with 12 additions and 29 deletions
|
@ -248,9 +248,7 @@ void Group::setExpanded(bool expanded)
|
|||
if (m_data.isExpanded != expanded) {
|
||||
m_data.isExpanded = expanded;
|
||||
updateTimeinfo();
|
||||
if (config()->get("ModifiedOnExpandedStateChanges").toBool()) {
|
||||
Q_EMIT modified();
|
||||
}
|
||||
Q_EMIT modified();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue