mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Enable macro highlighting by default
This commit is contained in:
parent
230863adda
commit
347abe6c84
|
|
@ -20,9 +20,9 @@ public:
|
|||
void Save(obs_data_t *obj) const;
|
||||
void Load(obs_data_t *obj);
|
||||
|
||||
bool _highlightExecuted = false;
|
||||
bool _highlightConditions = false;
|
||||
bool _highlightActions = false;
|
||||
bool _highlightExecuted = true;
|
||||
bool _highlightConditions = true;
|
||||
bool _highlightActions = true;
|
||||
bool _newMacroCheckInParallel = false;
|
||||
bool _newMacroRegisterHotkeys = true;
|
||||
bool _newMacroUseShortCircuitEvaluation = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user