From 6d73f9a18a0dc3d60f15b384e8100ceac0527069 Mon Sep 17 00:00:00 2001 From: Qudix <17361645+Qudix@users.noreply.github.com> Date: Thu, 24 Feb 2022 18:36:02 -0600 Subject: Add isMasterFlagged to pluginCount --- src/pluginlistview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pluginlistview.cpp') diff --git a/src/pluginlistview.cpp b/src/pluginlistview.cpp index 6e0e8f93..b2d778a2 100644 --- a/src/pluginlistview.cpp +++ b/src/pluginlistview.cpp @@ -76,7 +76,7 @@ void PluginListView::updatePluginCount() activeLightMasterCount += active; activeVisibleCount += visible && active; } - else if (list->isMaster(plugin)) { + else if (list->isMaster(plugin) || list->isMasterFlagged(plugin)) { masterCount++; activeMasterCount += active; activeVisibleCount += visible && active; -- cgit v1.3.1