Disable custom macro interval by default

This commit is contained in:
Przemek Pawlas
2024-10-04 14:09:37 +02:00
committed by WarmUpTill
parent 335c964419
commit 9a4d2935f8

View File

@@ -199,7 +199,7 @@ private:
bool _isCollapsed = false;
bool _useShortCircuitEvaluation = false;
bool _useCustomConditionCheckInterval = true;
bool _useCustomConditionCheckInterval = false;
Duration _customConditionCheckInterval = 0.3;
bool _conditionSateChanged = false;