mirror of
https://github.com/andrewchilicki/LumonMDR.git
synced 2025-07-01 18:17:27 -04:00
Fix refined groups counter
This commit is contained in:
@ -41,7 +41,7 @@ public:
|
||||
if (num->displayInfos.isVisible) {
|
||||
visibleBadGroups.emplace(groupId);
|
||||
|
||||
if (badGroup->isActive && groupId == *activeBadGroup) {
|
||||
if (badGroup->isActive && groupId == *activeBadGroup && !badGroup->refined) {
|
||||
activeGroupStillVisible = true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user