fixed issue with default BoxGrouping

This commit is contained in:
okrc 2023-05-17 05:56:23 +08:00
parent 41dfe14e60
commit 6aed1b3402
No known key found for this signature in database
GPG Key ID: B5561DD8E69103E5
1 changed files with 2 additions and 2 deletions

View File

@ -497,8 +497,8 @@ void CSbieView::Refresh()
} }
} }
QString Grouping = CSbieView__SerializeGroup(m_Groups); m_UserConfigChanged = true;
theConf->SetValue("UIConfig/BoxDisplayOrder", Grouping); SaveUserConfig();
} }
} }