mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-29 19:06:55 -05:00
Change settings checkbox texts to positive phrasing (#4715)
This commit is contained in:
parent
dcff507e02
commit
560209550c
14 changed files with 133 additions and 36 deletions
|
|
@ -364,7 +364,7 @@ void Group::setExpanded(bool expanded)
|
|||
{
|
||||
if (m_data.isExpanded != expanded) {
|
||||
m_data.isExpanded = expanded;
|
||||
if (config()->get(Config::IgnoreGroupExpansion).toBool()) {
|
||||
if (!config()->get(Config::TrackNonDataChanges).toBool()) {
|
||||
updateTimeinfo();
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue