Ref T312, ignore not running listeners checking again via button

This commit is contained in:
Klaus Basan
2018-09-06 09:11:55 +02:00
committed by Roland Winklmeier
parent a2486981bd
commit 55690846fe
4 changed files with 12 additions and 6 deletions

View File

@@ -79,6 +79,7 @@ namespace BlackCore
for (PluginExtended &pi : m_plugins.values())
{
if (!pi.listener) { continue; }
if (!pi.listener->isRunning()) { continue; }
pi.listener->check();
c++;
}