mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Ref T312, ignore not running listeners checking again via button
This commit is contained in:
committed by
Roland Winklmeier
parent
a2486981bd
commit
55690846fe
@@ -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++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user