mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Disable custom macro interval by default
This commit is contained in:
parent
335c964419
commit
9a4d2935f8
|
|
@ -199,7 +199,7 @@ private:
|
|||
bool _isCollapsed = false;
|
||||
|
||||
bool _useShortCircuitEvaluation = false;
|
||||
bool _useCustomConditionCheckInterval = true;
|
||||
bool _useCustomConditionCheckInterval = false;
|
||||
Duration _customConditionCheckInterval = 0.3;
|
||||
bool _conditionSateChanged = false;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user