mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-11 19:58:49 -05:00
Fix else-actions being executed for paused macros
This commit is contained in:
@@ -231,7 +231,7 @@ bool Macro::ExecutedSince(
|
||||
bool Macro::ShouldRunActions() const
|
||||
{
|
||||
const bool hasActionsToExecute =
|
||||
(_matched || _elseActions.size() > 0) &&
|
||||
!_paused && (_matched || _elseActions.size() > 0) &&
|
||||
(!_performActionsOnChange || _conditionSateChanged);
|
||||
|
||||
if (VerboseLoggingEnabled() && _performActionsOnChange &&
|
||||
|
||||
Reference in New Issue
Block a user