Change settings checkbox texts to positive phrasing (#4715)

This commit is contained in:
ameyer0 2020-05-10 21:35:08 -04:00 committed by GitHub
parent dcff507e02
commit 560209550c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 133 additions and 36 deletions

View file

@ -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;
}