From 9a4d2935f897ba19e5e1f4ebaee622712543e283 Mon Sep 17 00:00:00 2001 From: Przemek Pawlas <3606072+Destroy666x@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:09:37 +0200 Subject: [PATCH] Disable custom macro interval by default --- lib/macro/macro.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/macro/macro.hpp b/lib/macro/macro.hpp index 727728e5..079f4ce2 100644 --- a/lib/macro/macro.hpp +++ b/lib/macro/macro.hpp @@ -199,7 +199,7 @@ private: bool _isCollapsed = false; bool _useShortCircuitEvaluation = false; - bool _useCustomConditionCheckInterval = true; + bool _useCustomConditionCheckInterval = false; Duration _customConditionCheckInterval = 0.3; bool _conditionSateChanged = false;