mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
priorities rework, webc update (#366)
* update * update * tabs test * update * test * ... * fix editor * update ui * fix visual glitch if help is off * fix fadecandy error and th [skip ci]
This commit is contained in:
@@ -381,7 +381,7 @@ int EffectEngine::runEffectScript(const QString &script, const QString &name, co
|
||||
_activeEffects.push_back(effect);
|
||||
|
||||
// start the effect
|
||||
_hyperion->registerPriority("EFFECT: "+name.toStdString(), priority);
|
||||
_hyperion->registerPriority(name.toStdString(), priority);
|
||||
effect->start();
|
||||
|
||||
return 0;
|
||||
@@ -426,5 +426,5 @@ void EffectEngine::effectFinished(Effect *effect)
|
||||
|
||||
// cleanup the effect
|
||||
effect->deleteLater();
|
||||
_hyperion->unRegisterPriority("EFFECT: " + effect->getName().toStdString());
|
||||
_hyperion->unRegisterPriority(effect->getName().toStdString());
|
||||
}
|
||||
|
Reference in New Issue
Block a user